From 7f8fad146ab37c847aafdb71bf4cb1f03244943d Mon Sep 17 00:00:00 2001 From: "H. Utku Maden" Date: Tue, 11 Jun 2024 19:17:51 +0300 Subject: [PATCH] Add readme.md --- Quik.StbImage.csproj | 2 ++ README.md | 9 +++++++++ 2 files changed, 11 insertions(+) create mode 100644 README.md 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.