forked from project-chip/connectedhomeip
-
Notifications
You must be signed in to change notification settings - Fork 3
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
88fec09
to 46843b6
Bumps [third_party/imgui/repo](https://github.com/ocornut/imgui) from `88fec09` to `46843b6`. - [Release notes](https://github.com/ocornut/imgui/releases) - [Commits](ocornut/imgui@88fec09...46843b6) --- updated-dependencies: - dependency-name: third_party/imgui/repo dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
- Loading branch information
1 parent
2338544
commit a59167c
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule repo
updated
27 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 | |
+30 −22 | backends/imgui_impl_sdl3.cpp | |
+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 | |
+78 −3 | docs/CHANGELOG.txt | |
+2 −2 | docs/README.md | |
+0 −30 | examples/example_glfw_vulkan/main.cpp | |
+0 −30 | examples/example_sdl2_vulkan/main.cpp | |
+1 −1 | imconfig.h | |
+222 −102 | imgui.cpp | |
+72 −26 | imgui.h | |
+95 −33 | imgui_demo.cpp | |
+14 −7 | imgui_draw.cpp | |
+15 −3 | imgui_internal.h | |
+23 −11 | imgui_tables.cpp | |
+5 −4 | imgui_widgets.cpp | |
+18 −12 | misc/freetype/imgui_freetype.cpp |