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 imgui
updated
14 files
+38 −3 | .github/workflows/build.yml | |
+1 −1 | docs/BACKENDS.md | |
+12 −0 | docs/CHANGELOG.txt | |
+5 −5 | docs/FAQ.md | |
+3 −3 | docs/README.md | |
+1 −1 | examples/example_null/Makefile | |
+10 −5 | imgui.cpp | |
+4 −4 | imgui.h | |
+1 −1 | imgui_demo.cpp | |
+1 −1 | imgui_draw.cpp | |
+28 −35 | imgui_internal.h | |
+1 −1 | imgui_tables.cpp | |
+88 −48 | imgui_widgets.cpp | |
+2 −1 | imstb_textedit.h |
Submodule spdlog
updated
2 files
+3 −0 | include/spdlog/sinks/daily_file_sink.h | |
+2 −0 | include/spdlog/sinks/hourly_file_sink.h |