-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
a9029ff
commit 0225e1b
Showing
2 changed files
with
2 additions
and
2 deletions.
There are no files selected for viewing
Submodule sokol
updated
15 files
+164 −0 | CHANGELOG.md | |
+2 −2 | README.md | |
+371 −216 | sokol_app.h | |
+2,948 −1,519 | sokol_gfx.h | |
+6 −1 | tests/CMakeLists.txt | |
+28 −0 | tests/CMakePresets.json | |
+103 −17 | tests/functional/sokol_gfx_test.c | |
+2 −0 | tests/test_emscripten.sh | |
+105 −167 | util/sokol_debugtext.h | |
+123 −193 | util/sokol_fontstash.h | |
+247 −13 | util/sokol_gfx_imgui.h | |
+121 −187 | util/sokol_gl.h | |
+233 −269 | util/sokol_imgui.h | |
+113 −179 | util/sokol_nuklear.h | |
+141 −4 | util/sokol_spine.h |
Submodule sokol-tools-bin
updated
4 files
+ − | bin/linux/sokol-shdc | |
+ − | bin/osx/sokol-shdc | |
+ − | bin/osx_arm64/sokol-shdc | |
+ − | bin/win32/sokol-shdc.exe |