Add readme.md
This commit is contained in:
parent
3ee0779d66
commit
7f8fad146a
@ -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
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.
|
Loading…
Reference in New Issue
Block a user