build(deps): replace SOIL2 with stb for image and vorbis decoding

This commit is contained in:
2026-07-21 10:51:47 +08:00
parent 48300b0acc
commit 5018ebe247
12 changed files with 8009 additions and 19 deletions

View File

@@ -13,13 +13,6 @@ find_package(Opus REQUIRED)
# Third-party libraries
FetchContent_Declare(
soil2
GIT_REPOSITORY https://github.com/SpartanJ/SOIL2.git
GIT_TAG 1.31
)
FetchContent_MakeAvailable(soil2)
FetchContent_Declare(
tomlplusplus
GIT_REPOSITORY https://github.com/marzer/tomlplusplus.git