Add readme.md

This commit is contained in:
H. Utku Maden 2024-06-11 19:17:51 +03:00
parent 3ee0779d66
commit 7f8fad146a
2 changed files with 11 additions and 0 deletions

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