dep: Add stb_image

This commit is contained in:
Connor McLaughlin
2020-06-08 01:47:07 +10:00
parent 29d918dbb0
commit 56c50c6eeb
5 changed files with 7664 additions and 0 deletions

View File

@ -1,6 +1,8 @@
set(SRCS
include/stb_image.h
include/stb_image_resize.h
include/stb_image_write.h
src/stb_image.c
src/stb_image_resize.c
src/stb_image_write.c
)