-
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 `03298fe` to `240ab58`. - [Release notes](https://github.com/ocornut/imgui/releases) - [Commits](ocornut/imgui@03298fe...240ab58) --- 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
185cf02
commit 21eeda6
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule repo
updated
17 files
+44 −4 | backends/imgui_impl_glfw.cpp | |
+5 −0 | backends/imgui_impl_glfw.h | |
+2 −1 | backends/imgui_impl_vulkan.cpp | |
+22 −0 | docs/CHANGELOG.txt | |
+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 | |
+67 −37 | imgui.cpp | |
+3 −3 | imgui.h | |
+2 −1 | imgui_demo.cpp | |
+4 −4 | imgui_internal.h | |
+25 −38 | imgui_widgets.cpp |