Commit 075c04a
authored
build(deps): bump Externals/imgui from
Bumps [Externals/imgui](https://github.com/ocornut/imgui) from `4fa59df` to `6327b63`.
- [Release notes](https://github.com/ocornut/imgui/releases)
- [Commits](ocornut/imgui@4fa59df...6327b63)
---
updated-dependencies:
- dependency-name: Externals/imgui
dependency-version: 6327b6306459e8d8a5919baea538eb845f82b19d
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>4fa59df to 6327b63
1 parent bb6b153 commit 075c04a
1 file changed
+1
-1
lines changed- .github/pull_request_template.md+4-2
- .github/workflows/build.yml+194-15
- backends/imgui_impl_dx12.h+1-1
- backends/imgui_impl_glfw.cpp+8-6
- backends/imgui_impl_null.cpp+102
- backends/imgui_impl_null.h+34
- backends/imgui_impl_sdl3.cpp+2-2
- backends/imgui_impl_sdlgpu3.cpp+26-8
- backends/imgui_impl_sdlgpu3_shaders.h+34
- backends/imgui_impl_vulkan.cpp+8-2
- backends/imgui_impl_win32.cpp+22-3
- backends/sdlgpu3/build_instructions.txt+2
- docs/BACKENDS.md+1
- docs/CHANGELOG.txt+128-25
- docs/EXAMPLES.md+3-1
- docs/README.md+3-1
- docs/TODO.txt+1-1
- examples/README.txt+5-2
- examples/example_apple_opengl2/main.mm+2-2
- examples/example_null/example_null.vcxproj+178
- examples/example_null/example_null.vcxproj.filters+57
- examples/example_null/main.cpp+12-7
- examples/example_sdl3_sdlgpu3/main.cpp+1-1
- examples/example_win32_directx12/main.cpp+9
- examples/example_win32_opengl3/main.cpp+1-1
- examples/imgui_examples.sln+10
- imgui.cpp+312-224
- imgui.h+54-45
- imgui_demo.cpp+104-80
- imgui_draw.cpp+28-26
- imgui_internal.h+54-39
- imgui_tables.cpp+11-6
- imgui_widgets.cpp+79-53
- misc/freetype/imgui_freetype.cpp+1-1
0 commit comments