diff --git a/Quik.StbImage.csproj b/Quik.StbImage.csproj index 21f5f76..7e84862 100644 --- a/Quik.StbImage.csproj +++ b/Quik.StbImage.csproj @@ -17,6 +17,7 @@ A C# wrapper for the ubiquitous Stb Image library. + README.md + runtimes/linux-arm/native/ true diff --git a/README.md b/README.md new file mode 100644 index 0000000..9851043 --- /dev/null +++ b/README.md @@ -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.