forked from project-chip/connectedhomeip
-
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.
Bump third_party/imgui/repo from
001f102
to 454f36d
Bumps [third_party/imgui/repo](https://github.com/ocornut/imgui) from `001f102` to `454f36d`. - [Release notes](https://github.com/ocornut/imgui/releases) - [Commits](ocornut/imgui@001f102...454f36d) --- updated-dependencies: - dependency-name: third_party/imgui/repo dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
- Loading branch information
1 parent
d870e8c
commit d4d1f27
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule repo
updated
25 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 | |
+133 −41 | docs/CHANGELOG.txt | |
+7 −7 | docs/README.md | |
+0 −30 | examples/example_glfw_vulkan/main.cpp | |
+0 −30 | examples/example_sdl2_vulkan/main.cpp | |
+1 −1 | imconfig.h | |
+358 −211 | imgui.cpp | |
+85 −34 | imgui.h | |
+172 −34 | imgui_demo.cpp | |
+12 −4 | imgui_draw.cpp | |
+35 −15 | imgui_internal.h | |
+242 −63 | imgui_tables.cpp | |
+10 −6 | imgui_widgets.cpp |