Skip to content

Commit

Permalink
Lock stb to last revision with stb_image_resize.h
Browse files Browse the repository at this point in the history
Newer revisions of nothings/stb have switched to stb_image_resize2.h and
moved the original header to deprecated/stb_image_resize.h since [1].
Pin down the version to prevent future breaking changes.

[1]: nothings/stb@c4bbb6e
  • Loading branch information
hack3ric authored and emersion committed Oct 11, 2023
1 parent d1eb70b commit bc503b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion subprojects/stb.wrap
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
directory = stb

url = https://github.com/nothings/stb.git
revision = master
revision = 5736b15f7ea0ffb08dd38af21067c314d6a3aae9
depth = 1

patch_directory = stb

0 comments on commit bc503b3

Please sign in to comment.