-
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 `6228c2e` to `96839b4`. - [Release notes](https://github.com/ocornut/imgui/releases) - [Commits](ocornut/imgui@6228c2e...96839b4) --- 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
6b80244
commit 1725250
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule repo
updated
19 files
+1 −1 | .github/workflows/build.yml | |
+1 −3 | backends/imgui_impl_glfw.cpp | |
+26 −18 | backends/imgui_impl_opengl3.cpp | |
+2 −0 | backends/imgui_impl_opengl3_loader.h | |
+13 −10 | backends/imgui_impl_vulkan.cpp | |
+6 −0 | backends/imgui_impl_vulkan.h | |
+37 −20 | backends/imgui_impl_wgpu.cpp | |
+18 −1 | backends/imgui_impl_wgpu.h | |
+25 −0 | docs/CHANGELOG.txt | |
+2 −0 | docs/README.md | |
+0 −0 | examples/example_emscripten_wgpu/Makefile.emscripten | |
+1 −1 | examples/example_emscripten_wgpu/README.md | |
+162 −136 | examples/example_emscripten_wgpu/main.cpp | |
+10 −10 | examples/example_glfw_vulkan/main.cpp | |
+10 −10 | examples/example_sdl2_vulkan/main.cpp | |
+371 −181 | imgui.cpp | |
+4 −6 | imgui.h | |
+152 −105 | imgui_internal.h | |
+31 −12 | imgui_widgets.cpp |