Commit 31b0f31
Bump Externals/imgui from
Bumps [Externals/imgui](https://github.com/ocornut/imgui) from `1820fe5` to `15b96fd`.
- [Release notes](https://github.com/ocornut/imgui/releases)
- [Commits](ocornut/imgui@1820fe5...15b96fd)
---
updated-dependencies:
- dependency-name: Externals/imgui
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <[email protected]>1820fe5 to 15b96fd
1 parent ed17bbc commit 31b0f31
2 files changed
+3
-3
lines changed- .github/ISSUE_TEMPLATE/issue_template.yml+1-1
- backends/imgui_impl_allegro5.cpp+3
- backends/imgui_impl_dx10.cpp+5-8
- backends/imgui_impl_dx11.cpp+45-25
- backends/imgui_impl_dx12.cpp+32-22
- backends/imgui_impl_dx12.h+3-2
- backends/imgui_impl_dx9.cpp+1-1
- backends/imgui_impl_glfw.cpp+8-11
- backends/imgui_impl_glfw.h+3-1
- backends/imgui_impl_glut.cpp+1-1
- backends/imgui_impl_metal.h+1
- backends/imgui_impl_metal.mm+3-2
- backends/imgui_impl_opengl3.cpp+24-7
- backends/imgui_impl_osx.h+5-3
- backends/imgui_impl_osx.mm+6-5
- backends/imgui_impl_sdl2.cpp+32-25
- backends/imgui_impl_sdl3.cpp+29-24
- backends/imgui_impl_sdlrenderer2.cpp+17-17
- backends/imgui_impl_sdlrenderer3.cpp+17-17
- backends/imgui_impl_vulkan.cpp+27-8
- backends/imgui_impl_vulkan.h+8-7
- backends/imgui_impl_wgpu.cpp+52-30
- backends/imgui_impl_win32.cpp+35-22
- docs/CHANGELOG.txt+111-2
- docs/CONTRIBUTING.md+6-6
- docs/FAQ.md+1-1
- docs/FONTS.md+1-1
- docs/TODO.txt+5-5
- examples/example_allegro5/README.md+3-3
- examples/example_android_opengl3/android/app/build.gradle+1-1
- examples/example_apple_metal/main.mm+2-2
- examples/example_glfw_vulkan/CMakeLists.txt+3-1
- examples/example_glfw_vulkan/main.cpp+1
- examples/example_sdl2_vulkan/main.cpp+1
- examples/example_sdl3_opengl3/Makefile+4-4
- examples/example_sdl3_sdlgpu3/Makefile+4-4
- examples/example_sdl3_sdlrenderer3/Makefile+5-5
- examples/example_sdl3_sdlrenderer3/main.cpp+1-6
- examples/example_sdl3_vulkan/main.cpp+1
- examples/example_win32_directx12/main.cpp+1-1
- examples/example_win32_opengl3/build_mingw.bat+1-1
- examples/example_win32_vulkan/main.cpp+1
- imconfig.h+1-2
- imgui.cpp+213-160
- imgui.h+44-26
- imgui_demo.cpp+62-31
- imgui_draw.cpp+80-94
- imgui_internal.h+57-44
- imgui_tables.cpp+55-33
- imgui_widgets.cpp+71-32
- misc/freetype/README.md+5-13
- misc/freetype/imgui_freetype.cpp+32-32
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
54 | 54 | | |
55 | 55 | | |
56 | 56 | | |
57 | | - | |
| 57 | + | |
58 | 58 | | |
59 | 59 | | |
60 | 60 | | |
| |||
244 | 244 | | |
245 | 245 | | |
246 | 246 | | |
247 | | - | |
| 247 | + | |
248 | 248 | | |
249 | 249 | | |
250 | 250 | | |
| |||
0 commit comments