mirror of
https://github.com/Ellpeck/Illumilib.git
synced 2024-11-25 05:08:35 +01:00
Compare commits
3 commits
632d37e686
...
d073bac963
Author | SHA1 | Date | |
---|---|---|---|
d073bac963 | |||
bff1b607d6 | |||
273fd9c860 |
3 changed files with 8 additions and 3 deletions
|
@ -9,7 +9,9 @@
|
||||||
<PackageProjectUrl>https://github.com/Ellpeck/Illumilib</PackageProjectUrl>
|
<PackageProjectUrl>https://github.com/Ellpeck/Illumilib</PackageProjectUrl>
|
||||||
<RepositoryUrl>https://github.com/Ellpeck/Illumilib</RepositoryUrl>
|
<RepositoryUrl>https://github.com/Ellpeck/Illumilib</RepositoryUrl>
|
||||||
<PackageLicenseExpression>MIT</PackageLicenseExpression>
|
<PackageLicenseExpression>MIT</PackageLicenseExpression>
|
||||||
<VersionPrefix>1.2.1</VersionPrefix>
|
<PackageReadmeFile>README.md</PackageReadmeFile>
|
||||||
|
<PackageIcon>Logo.png</PackageIcon>
|
||||||
|
<VersionPrefix>1.2.2</VersionPrefix>
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
|
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
|
@ -17,6 +19,8 @@
|
||||||
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
||||||
<PackagePath>runtimes</PackagePath>
|
<PackagePath>runtimes</PackagePath>
|
||||||
</Content>
|
</Content>
|
||||||
|
<None Include="../README.md" Pack="true" PackagePath="" />
|
||||||
|
<None Include="../Logo.png" Pack="true" PackagePath="" />
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
|
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
|
|
BIN
Logo.png
Normal file
BIN
Logo.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 8.9 KiB |
|
@ -1,4 +1,5 @@
|
||||||
# Illumilib
|
![The Illumilib logo](https://raw.githubusercontent.com/Ellpeck/Illumilib/main/Logo.png)
|
||||||
A simple keyboard and mouse lighting library with support for Razer, Logitech and Corsair devices.
|
|
||||||
|
**Illumilib** is a simple keyboard and mouse lighting library with support for Razer, Logitech and Corsair devices.
|
||||||
|
|
||||||
See the [Demo](https://github.com/Ellpeck/Illumilib/blob/main/Demo/Program.cs) to check out the features, or the [IllumilibLighting](https://github.com/Ellpeck/Illumilib/blob/main/Illumilib/IllumilibLighting.cs) class for API documentation.
|
See the [Demo](https://github.com/Ellpeck/Illumilib/blob/main/Demo/Program.cs) to check out the features, or the [IllumilibLighting](https://github.com/Ellpeck/Illumilib/blob/main/Illumilib/IllumilibLighting.cs) class for API documentation.
|
Loading…
Reference in a new issue