servo / rust-stb-image

Rust bindings to the awesome stb_image library
Other
68 stars 34 forks source link

README: Update stb_image version number #104

Closed 8573 closed 1 year ago

8573 commented 1 year ago

Currently the README file says

Currently using stb_image v1.33

which has not been accurate since the vendored C library was updated to version 2.06 in commit f3bb83b783b53c1ecdbf4bbe0aed3cb65f0ce3c8.

This patch updates the README file to say "v2.06" and to mention that the vendored file further was modified in commit 2432751b8cf1dfc085b61cb1b07cf3d43d9eeb9a.

mbrubeck commented 1 year ago

Thanks!