Input & Resource Managers

This commit is contained in:
Isuru Samarathunga
2025-10-06 01:23:54 +05:30
parent 71c7499226
commit c23f5f4559
26 changed files with 20904 additions and 93 deletions

View File

@ -78,6 +78,12 @@ add_subdirectory(pugixml/)
# -----------------------------------------------
add_subdirectory(json/)
# -----------------------------------------------
# STB
# -----------------------------------------------
add_library(STB INTERFACE)
target_include_directories(STB INTERFACE stb/)
# -----------------------------------------------
# NativeFileDialog
# -----------------------------------------------

2
Vendor/IACore vendored

7988
Vendor/stb/stb_image.h vendored Normal file

File diff suppressed because it is too large Load Diff

10630
Vendor/stb/stb_image_resize2.h vendored Normal file

File diff suppressed because it is too large Load Diff

1724
Vendor/stb/stb_image_write.h vendored Normal file

File diff suppressed because it is too large Load Diff