-
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.
Merge pull request #926 from AMS21/dependabot/submodules/external/img…
…ui-dad1047 build(deps): Bump external/imgui from `8082a84` to `dad1047`
- Loading branch information
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule imgui
updated
16 files
+82 −19 | backends/imgui_impl_dx12.cpp | |
+32 −11 | backends/imgui_impl_dx12.h | |
+2 −1 | backends/imgui_impl_opengl3.cpp | |
+19 −13 | backends/imgui_impl_win32.cpp | |
+40 −1 | docs/CHANGELOG.txt | |
+79 −23 | examples/example_win32_directx12/main.cpp | |
+1 −0 | imconfig.h | |
+29 −18 | imgui.cpp | |
+15 −10 | imgui.h | |
+11 −2 | imgui_demo.cpp | |
+245 −136 | imgui_draw.cpp | |
+16 −14 | imgui_internal.h | |
+1 −1 | imgui_tables.cpp | |
+1 −1 | imgui_widgets.cpp | |
+51 −15 | misc/fonts/binary_to_compressed_c.cpp | |
+1 −0 | misc/freetype/imgui_freetype.cpp |