Compare commits
No commits in common. "8c3e723caccbfecc31ffd7c9cac52d38df5714a2" and "23d2ce808783a632fba07ec23ff476e0e599b2a1" have entirely different histories.
8c3e723cac
...
23d2ce8087
@ -17,7 +17,6 @@
|
|||||||
<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>
|
||||||
|
|
||||||
<!--
|
<!--
|
||||||
@ -27,7 +26,6 @@
|
|||||||
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>
|
||||||
|
@ -1,9 +0,0 @@
|
|||||||
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