net6.0;net8.0 enable latest True linux-arm;linux-arm64;linux-x64;win-x86;win-x64;osx-arm64;osx-x64 ReFuel.Stb true True ReFuel.StbImage 2.1.0 STBI Authors, H. Utku Maden A C# wrapper for the ubiquitous stb_image.h and stb_image_write.h library. README.md LICENSE.md images\icon.png https://refuel.mixedup.dev/docs/ReFuel.StbImage.html https://git.mixedup.dev/ReFuel/ReFuel.StbImage git stb; stb_image; stbi; image; load; save; read; write # 2.1.0 (ABI BRAKING) * Fixed calling convention of unmanaged function pointers. (Thanks NogginBops!) * Modified StbiStreamWrapper in order to fixed backing delegates of function pointers from being prematurely collected by release mode JIT and the GC. StbiStreamWrapper.Callbacks is now a readonly field. (ABI BREAKING) # 2.0.1 * Enabled optimizations across the board for native and managed assemblies. # 2.0.0 * Exposed stbi_image_write.h * Moved native function calls to ReFuel.Stb.Native runtimes/linux-arm/native/ true PreserveNewest runtimes/linux-arm64/native/ true PreserveNewest runtimes/linux-x64/native/ true PreserveNewest runtimes/linux-x86/native/ true PreserveNewest runtimes/win-x64/native/ true PreserveNewest runtimes/win-x86/native/ true PreserveNewest runtimes/osx-x64/native/ true PreserveNewest runtimes/osx-arm64/native/ true PreserveNewest