update stb (temporarily removes stb_perlin bc of patent)

This commit is contained in:
Green Sky 2021-12-11 23:55:00 +01:00
parent c046bd7663
commit 2091d3f97c
2 changed files with 4 additions and 3 deletions

View File

@ -11,8 +11,9 @@ target_link_libraries(stb_image stb)
add_library(stb_image_write "stb/stb_image_write.h" "stb_image_write.cpp")
target_link_libraries(stb_image_write stb)
add_library(stb_perlin "stb/stb_perlin.h" "stb_perlin.cpp")
target_link_libraries(stb_perlin stb)
# lel TODO: add back in when patent expires
#add_library(stb_perlin "stb/stb_perlin.h" "stb_perlin.cpp")
#target_link_libraries(stb_perlin stb)
add_library(stb_rect_pack "stb/stb_rect_pack.h" "stb_rect_pack.cpp")
target_link_libraries(stb_rect_pack stb)

2
external/stb/stb vendored

@ -1 +1 @@
Subproject commit 3a1174060a7dd4eb652d4e6854bc4cd98c159200
Subproject commit af1a5bc352164740c1cc1354942b1c6b72eacb8a