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
03298fe
to 7f9533b
Bumps [third_party/imgui/repo](https://github.com/ocornut/imgui) from `03298fe` to `7f9533b`. - [Release notes](https://github.com/ocornut/imgui/releases) - [Commits](ocornut/imgui@03298fe...7f9533b) --- updated-dependencies: - dependency-name: third_party/imgui/repo dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
- Loading branch information
1 parent
3e8aeeb
commit 5f59add
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule repo
updated
26 files
+1 −0 | .github/ISSUE_TEMPLATE/config.yml | |
+90 −0 | .github/ISSUE_TEMPLATE/issue_template.yml | |
+0 −46 | .github/issue_template.md | |
+1 −1 | LICENSE.txt | |
+44 −4 | backends/imgui_impl_glfw.cpp | |
+5 −0 | backends/imgui_impl_glfw.h | |
+74 −65 | backends/imgui_impl_vulkan.cpp | |
+1 −0 | backends/imgui_impl_vulkan.h | |
+9 −1 | backends/imgui_impl_wgpu.cpp | |
+37 −2 | docs/CHANGELOG.txt | |
+1 −1 | docs/FAQ.md | |
+1 −1 | docs/README.md | |
+1 −0 | examples/example_emscripten_wgpu/main.cpp | |
+1 −1 | examples/example_glfw_opengl3/Makefile.emscripten | |
+3 −0 | examples/example_glfw_opengl3/main.cpp | |
+6 −0 | examples/example_sdl2_directx11/main.cpp | |
+6 −0 | examples/example_sdl2_opengl2/main.cpp | |
+6 −0 | examples/example_sdl2_opengl3/main.cpp | |
+5 −0 | examples/example_sdl2_sdlrenderer2/main.cpp | |
+5 −0 | examples/example_sdl2_vulkan/main.cpp | |
+102 −55 | imgui.cpp | |
+5 −3 | imgui.h | |
+104 −50 | imgui_demo.cpp | |
+4 −4 | imgui_internal.h | |
+28 −39 | imgui_widgets.cpp | |
+1 −1 | misc/freetype/imgui_freetype.cpp |