generated from jyxiong/template
-
Notifications
You must be signed in to change notification settings - Fork 0
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
Showing
3 changed files
with
3 additions
and
3 deletions.
There are no files selected for viewing
Submodule glslang
updated
31 files
Submodule imgui
updated
23 files
+15 −1 | .github/workflows/build.yml | |
+1 −1 | .github/workflows/static-analysis.yml | |
+2 −1 | backends/imgui_impl_allegro5.cpp | |
+32 −5 | backends/imgui_impl_glfw.cpp | |
+3 −1 | backends/imgui_impl_osx.mm | |
+13 −3 | backends/imgui_impl_sdl2.cpp | |
+43 −12 | backends/imgui_impl_sdl3.cpp | |
+0 −1 | backends/imgui_impl_sdl3.h | |
+29 −0 | backends/imgui_impl_wgpu.cpp | |
+7 −0 | backends/imgui_impl_wgpu.h | |
+39 −17 | backends/imgui_impl_win32.cpp | |
+54 −2 | docs/CHANGELOG.txt | |
+3 −2 | docs/FAQ.md | |
+0 −1 | docs/TODO.txt | |
+5 −1 | examples/example_glfw_wgpu/CMakeLists.txt | |
+62 −14 | imgui.cpp | |
+12 −3 | imgui.h | |
+24 −9 | imgui_demo.cpp | |
+4 −3 | imgui_draw.cpp | |
+15 −10 | imgui_internal.h | |
+8 −8 | imgui_tables.cpp | |
+219 −190 | imgui_widgets.cpp | |
+61 −34 | imstb_textedit.h |
Submodule spdlog
updated
8 files
+1 −1 | CMakeLists.txt | |
+1 −1 | README.md | |
+8 −1 | example/example.cpp | |
+3 −3 | include/spdlog/details/mpmc_blocking_q.h | |
+4 −0 | include/spdlog/mdc.h | |
+16 −2 | include/spdlog/pattern_formatter-inl.h | |
+5 −1 | tests/includes.h | |
+2 −0 | tests/test_pattern_formatter.cpp |