-
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 `240ab58` to `6228c2e`. - [Release notes](https://github.com/ocornut/imgui/releases) - [Commits](ocornut/imgui@240ab58...6228c2e) --- 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
dc10e15
commit 2602281
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule repo
updated
23 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 | |
+2 −1 | backends/imgui_impl_opengl3.cpp | |
+4 −0 | backends/imgui_impl_opengl3_loader.h | |
+111 −97 | backends/imgui_impl_vulkan.cpp | |
+1 −0 | backends/imgui_impl_vulkan.h | |
+9 −1 | backends/imgui_impl_wgpu.cpp | |
+89 −38 | docs/CHANGELOG.txt | |
+1 −1 | docs/FAQ.md | |
+1 −1 | docs/FONTS.md | |
+4 −4 | docs/README.md | |
+1 −1 | examples/example_sdl3_opengl3/main.cpp | |
+1 −1 | examples/example_sdl3_sdlrenderer3/main.cpp | |
+248 −59 | imgui.cpp | |
+18 −9 | imgui.h | |
+108 −51 | imgui_demo.cpp | |
+3 −3 | imgui_draw.cpp | |
+70 −36 | imgui_internal.h | |
+14 −2 | imgui_tables.cpp | |
+5 −3 | imgui_widgets.cpp | |
+1 −1 | misc/freetype/imgui_freetype.cpp |