-
Notifications
You must be signed in to change notification settings - Fork 2.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bumps [third_party/imgui/repo](https://github.com/ocornut/imgui) from `1ab63d9` to `454f36d`. - [Release notes](https://github.com/ocornut/imgui/releases) - [Commits](ocornut/imgui@1ab63d9...454f36d) --- updated-dependencies: - dependency-name: third_party/imgui/repo dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
- Loading branch information
1 parent
a444895
commit 33441cb
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule repo
updated
24 files
+3 −3 | backends/imgui_impl_allegro5.cpp | |
+3 −3 | backends/imgui_impl_dx10.cpp | |
+3 −3 | backends/imgui_impl_dx11.cpp | |
+3 −3 | backends/imgui_impl_dx12.cpp | |
+3 −3 | backends/imgui_impl_metal.mm | |
+3 −3 | backends/imgui_impl_opengl2.cpp | |
+4 −3 | backends/imgui_impl_opengl3.cpp | |
+3 −2 | backends/imgui_impl_opengl3_loader.h | |
+4 −4 | backends/imgui_impl_sdlrenderer2.cpp | |
+4 −4 | backends/imgui_impl_sdlrenderer3.cpp | |
+106 −39 | backends/imgui_impl_vulkan.cpp | |
+2 −2 | backends/imgui_impl_vulkan.h | |
+3 −3 | backends/imgui_impl_wgpu.cpp | |
+48 −5 | docs/CHANGELOG.txt | |
+0 −30 | examples/example_glfw_vulkan/main.cpp | |
+0 −30 | examples/example_sdl2_vulkan/main.cpp | |
+1 −1 | imconfig.h | |
+99 −73 | imgui.cpp | |
+49 −22 | imgui.h | |
+34 −8 | imgui_demo.cpp | |
+4 −4 | imgui_draw.cpp | |
+3 −1 | imgui_internal.h | |
+23 −11 | imgui_tables.cpp | |
+4 −3 | imgui_widgets.cpp |