mirror of
https://github.com/Ellpeck/Illumilib.git
synced 2024-11-24 20:58: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>
|
||||
<RepositoryUrl>https://github.com/Ellpeck/Illumilib</RepositoryUrl>
|
||||
<PackageLicenseExpression>MIT</PackageLicenseExpression>
|
||||
<VersionPrefix>1.2.1</VersionPrefix>
|
||||
<PackageReadmeFile>README.md</PackageReadmeFile>
|
||||
<PackageIcon>Logo.png</PackageIcon>
|
||||
<VersionPrefix>1.2.2</VersionPrefix>
|
||||
</PropertyGroup>
|
||||
|
||||
<ItemGroup>
|
||||
|
@ -17,6 +19,8 @@
|
|||
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
||||
<PackagePath>runtimes</PackagePath>
|
||||
</Content>
|
||||
<None Include="../README.md" Pack="true" PackagePath="" />
|
||||
<None Include="../Logo.png" Pack="true" PackagePath="" />
|
||||
</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
|
||||
A simple keyboard and mouse lighting library with support for Razer, Logitech and Corsair devices.
|
||||
![The Illumilib logo](https://raw.githubusercontent.com/Ellpeck/Illumilib/main/Logo.png)
|
||||
|
||||
**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.
|
Loading…
Reference in a new issue