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 3733b50
Bumps [third_party/imgui/repo](https://github.com/ocornut/imgui) from `001f102` to `3733b50`. - [Release notes](https://github.com/ocornut/imgui/releases) - [Commits](ocornut/imgui@001f102...3733b50) --- 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 5f5f393
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule repo
updated
28 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 | |
+5 −4 | backends/imgui_impl_opengl3_loader.h | |
+31 −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 | |
+156 −48 | docs/CHANGELOG.txt | |
+0 −5 | docs/FAQ.md | |
+9 −9 | docs/README.md | |
+0 −30 | examples/example_glfw_vulkan/main.cpp | |
+0 −30 | examples/example_sdl2_vulkan/main.cpp | |
+1 −1 | imconfig.h | |
+383 −213 | imgui.cpp | |
+91 −39 | imgui.h | |
+198 −46 | imgui_demo.cpp | |
+23 −8 | imgui_draw.cpp | |
+36 −16 | imgui_internal.h | |
+243 −64 | imgui_tables.cpp | |
+14 −15 | imgui_widgets.cpp | |
+18 −12 | misc/freetype/imgui_freetype.cpp |