Compare commits

...

2 Commits

Author SHA1 Message Date
8c3e723cac Merge remote-tracking branch 'origin/master'
All checks were successful
Build / build (push) Successful in 1m27s
2024-06-11 19:18:28 +03:00
7f8fad146a Add readme.md 2024-06-11 19:17:51 +03:00
2 changed files with 11 additions and 0 deletions

@ -17,6 +17,7 @@
<Description>
A C# wrapper for the ubiquitous Stb Image library.
</Description>
<PackageReadmeFile>README.md</PackageReadmeFile>
</PropertyGroup>
<!--
@ -26,6 +27,7 @@
that determines a lot of load paths for projects.
-->
<ItemGroup>
<Content Include="README.md" Pack="true" PackagePath="/"/>
<Content Include="runtimes/linux-arm/native/*.so">
<PackagePath>runtimes/linux-arm/native/</PackagePath>
<Pack>true</Pack>

9
README.md Normal file

@ -0,0 +1,9 @@
Quik.StbImage
=============
Quik.StbImage is a binary distribution of the popular stb_image.h single header
library. Existing packages were either bad source ports, had odd wrappers or
weren't up to date.
Originally intended for my own purposes, however feel free to view the code at
https://git.mixedup.dev/QUIK/Quik.StbImage, and shoot me patch files through
email.