Skip to content

Commit

Permalink
Bump third_party/imgui/repo from 3816d47 to 6addf28 (#29317)
Browse files Browse the repository at this point in the history
Bumps [third_party/imgui/repo](https://github.com/ocornut/imgui) from `3816d47` to `6addf28`.
- [Release notes](https://github.com/ocornut/imgui/releases)
- [Commits](ocornut/imgui@3816d47...6addf28)

---
updated-dependencies:
- dependency-name: third_party/imgui/repo
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored and pull[bot] committed Jan 24, 2024
1 parent cb1905d commit 4124825
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion third_party/imgui/repo
Submodule repo updated 75 files
+1 −1 .github/issue_template.md
+5 −2 backends/imgui_impl_allegro5.cpp
+5 −2 backends/imgui_impl_allegro5.h
+5 −2 backends/imgui_impl_android.cpp
+5 −2 backends/imgui_impl_android.h
+5 −2 backends/imgui_impl_dx10.cpp
+5 −2 backends/imgui_impl_dx10.h
+5 −2 backends/imgui_impl_dx11.cpp
+5 −2 backends/imgui_impl_dx11.h
+5 −2 backends/imgui_impl_dx12.cpp
+5 −2 backends/imgui_impl_dx12.h
+5 −2 backends/imgui_impl_dx9.cpp
+5 −2 backends/imgui_impl_dx9.h
+8 −2 backends/imgui_impl_glfw.cpp
+5 −2 backends/imgui_impl_glfw.h
+5 −2 backends/imgui_impl_glut.cpp
+5 −2 backends/imgui_impl_glut.h
+5 −2 backends/imgui_impl_metal.h
+5 −2 backends/imgui_impl_metal.mm
+5 −2 backends/imgui_impl_opengl2.cpp
+5 −2 backends/imgui_impl_opengl2.h
+5 −2 backends/imgui_impl_opengl3.cpp
+5 −2 backends/imgui_impl_opengl3.h
+5 −2 backends/imgui_impl_osx.h
+5 −2 backends/imgui_impl_osx.mm
+5 −2 backends/imgui_impl_sdl2.cpp
+5 −2 backends/imgui_impl_sdl2.h
+5 −2 backends/imgui_impl_sdl3.cpp
+5 −2 backends/imgui_impl_sdl3.h
+6 −2 backends/imgui_impl_sdlrenderer2.cpp
+8 −0 backends/imgui_impl_sdlrenderer2.h
+6 −2 backends/imgui_impl_sdlrenderer3.cpp
+8 −0 backends/imgui_impl_sdlrenderer3.h
+8 −5 backends/imgui_impl_vulkan.cpp
+8 −5 backends/imgui_impl_vulkan.h
+5 −2 backends/imgui_impl_wgpu.cpp
+5 −2 backends/imgui_impl_wgpu.h
+22 −3 backends/imgui_impl_win32.cpp
+5 −2 backends/imgui_impl_win32.h
+71 −3 docs/CHANGELOG.txt
+2 −2 docs/EXAMPLES.md
+2 −2 docs/FAQ.md
+58 −24 docs/FONTS.md
+1 −1 docs/README.md
+6 −2 examples/example_allegro5/main.cpp
+6 −1 examples/example_android_opengl3/main.cpp
+6 −2 examples/example_apple_metal/main.mm
+6 −2 examples/example_apple_opengl2/main.mm
+6 −2 examples/example_emscripten_wgpu/main.cpp
+6 −2 examples/example_glfw_metal/main.mm
+6 −2 examples/example_glfw_opengl2/main.cpp
+6 −2 examples/example_glfw_opengl3/main.cpp
+6 −2 examples/example_glfw_vulkan/main.cpp
+6 −2 examples/example_glut_opengl2/main.cpp
+6 −2 examples/example_sdl2_directx11/main.cpp
+6 −2 examples/example_sdl2_metal/main.mm
+6 −2 examples/example_sdl2_opengl2/main.cpp
+6 −2 examples/example_sdl2_opengl3/main.cpp
+6 −2 examples/example_sdl2_sdlrenderer2/main.cpp
+6 −2 examples/example_sdl2_vulkan/main.cpp
+6 −2 examples/example_sdl3_opengl3/main.cpp
+6 −2 examples/example_sdl3_sdlrenderer3/main.cpp
+6 −2 examples/example_win32_directx10/main.cpp
+6 −2 examples/example_win32_directx11/main.cpp
+6 −2 examples/example_win32_directx12/main.cpp
+6 −2 examples/example_win32_directx9/main.cpp
+7 −3 examples/example_win32_opengl3/main.cpp
+73 −26 imgui.cpp
+45 −40 imgui.h
+42 −10 imgui_demo.cpp
+94 −29 imgui_draw.cpp
+108 −30 imgui_internal.h
+44 −25 imgui_tables.cpp
+262 −24 imgui_widgets.cpp
+4 −1 imstb_textedit.h

0 comments on commit 4124825

Please sign in to comment.