FNA-XNA / FNA3D

FNA3D - 3D Graphics Library for FNA
http://fna-xna.github.io/
Other
287 stars 48 forks source link

Update stb_image, stb_image_write #115

Open flibitijibibo opened 3 years ago

flibitijibibo commented 3 years ago

New versions dropped yesterday:

https://github.com/nothings/stb

stb_image is pretty straightforward, stb_image_write less so because we added defines to trim down the build size. It's pretty much entirely defs with no real code changes, so it shouldn't be too painful to merge? I hope?