-
Notifications
You must be signed in to change notification settings - Fork 1
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
Iridescent
committed
Jan 24, 2025
1 parent
0e95e29
commit 98bd177
Showing
3 changed files
with
3 additions
and
3 deletions.
There are no files selected for viewing
Submodule glm
updated
9 files
+1 −1 | glm/detail/func_common.inl | |
+10 −25 | glm/detail/type_mat2x3.inl | |
+17 −36 | glm/detail/type_mat2x4.inl | |
+5 −20 | glm/detail/type_mat3x2.inl | |
+17 −21 | glm/detail/type_mat3x3.inl | |
+17 −44 | glm/detail/type_mat3x4.inl | |
+5 −24 | glm/detail/type_mat4x2.inl | |
+10 −37 | glm/detail/type_mat4x3.inl | |
+24 −30 | glm/detail/type_mat4x4.inl |
Submodule imgui
updated
4 files
+4 −1 | docs/CHANGELOG.txt | |
+54 −45 | imgui.cpp | |
+1 −1 | imgui.h | |
+1 −0 | imgui_draw.cpp |
Submodule spdlog
updated
4 files
+3 −0 | README.md | |
+3 −0 | example/example.cpp | |
+2 −2 | include/spdlog/cfg/env.h | |
+9 −0 | tests/test_cfg.cpp |