mirror of
https://github.com/Ellpeck/Illumilib.git
synced 2024-11-25 05:08:35 +01:00
Compare commits
No commits in common. "d073bac96342767b270065054c9a35bef5993a8b" and "632d37e686a74914e5397ed9ac16f670ed6ead86" have entirely different histories.
d073bac963
...
632d37e686
3 changed files with 3 additions and 8 deletions
|
@ -9,9 +9,7 @@
|
|||
<PackageProjectUrl>https://github.com/Ellpeck/Illumilib</PackageProjectUrl>
|
||||
<RepositoryUrl>https://github.com/Ellpeck/Illumilib</RepositoryUrl>
|
||||
<PackageLicenseExpression>MIT</PackageLicenseExpression>
|
||||
<PackageReadmeFile>README.md</PackageReadmeFile>
|
||||
<PackageIcon>Logo.png</PackageIcon>
|
||||
<VersionPrefix>1.2.2</VersionPrefix>
|
||||
<VersionPrefix>1.2.1</VersionPrefix>
|
||||
</PropertyGroup>
|
||||
|
||||
<ItemGroup>
|
||||
|
@ -19,8 +17,6 @@
|
|||
<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
BIN
Logo.png
Binary file not shown.
Before Width: | Height: | Size: 8.9 KiB |
|
@ -1,5 +1,4 @@
|
|||
![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.
|
||||
# Illumilib
|
||||
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