mirror of
https://github.com/MadeOfJelly/MushMachine.git
synced 2024-12-12 14:33:13 +01:00
update stb to latest, reenable perlin noise
This commit is contained in:
parent
196ea7b93b
commit
22dc949cc5
5
external/stb/CMakeLists.txt
vendored
5
external/stb/CMakeLists.txt
vendored
@ -11,9 +11,8 @@ 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)
|
||||
|
||||
# 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_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
2
external/stb/stb
vendored
@ -1 +1 @@
|
||||
Subproject commit af1a5bc352164740c1cc1354942b1c6b72eacb8a
|
||||
Subproject commit 5736b15f7ea0ffb08dd38af21067c314d6a3aae9
|
Loading…
Reference in New Issue
Block a user