Commit fddfca1
authored
build(deps): bump Externals/imgui from
Bumps [Externals/imgui](https://github.com/ocornut/imgui) from `1d942eb` to `3109131`.
- [Release notes](https://github.com/ocornut/imgui/releases)
- [Commits](ocornut/imgui@1d942eb...3109131)
---
updated-dependencies:
- dependency-name: Externals/imgui
dependency-version: 3109131a882daec56a530aff540416983c240443
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <[email protected]>1d942eb to 3109131
1 parent a6c3024 commit fddfca1
1 file changed
+1
-1
lines changed- .gitignore+1
- backends/imgui_impl_glfw.cpp+14-4
- backends/imgui_impl_glfw.h+1-1
- backends/imgui_impl_sdl3.cpp+34-10
- backends/imgui_impl_wgpu.cpp+170-4
- backends/imgui_impl_wgpu.h+37
- docs/CHANGELOG.txt+55-3
- docs/EXAMPLES.md+11-1
- examples/example_glfw_wgpu/CMakeLists.txt+181-83
- examples/example_glfw_wgpu/Makefile.emscripten+14-10
- examples/example_glfw_wgpu/README.md+144-1
- examples/example_glfw_wgpu/main.cpp+310-81
- examples/example_glfw_wgpu/web/index.html-84
- examples/example_sdl2_wgpu/CMakeLists.txt+205
- examples/example_sdl2_wgpu/Makefile.emscripten+103
- examples/example_sdl2_wgpu/README.md+167
- examples/example_sdl2_wgpu/main.cpp+541
- examples/example_sdl3_wgpu/CMakeLists.txt+207
- examples/example_sdl3_wgpu/Makefile.emscripten+103
- examples/example_sdl3_wgpu/README.md+167
- examples/example_sdl3_wgpu/main.cpp+553
- imgui.cpp+68-50
- imgui.h+45-41
- imgui_demo.cpp+2-2
- imgui_draw.cpp+31-22
- imgui_internal.h+8-6
- imgui_tables.cpp+8-8
- imgui_widgets.cpp+6-2
- misc/cpp/README.txt+5-1
- misc/cpp/imgui_stdlib.cpp+1-1
- misc/freetype/imgui_freetype.cpp+2-2
0 commit comments