Skip to content

Commit

Permalink
Bump third_party/imgui/repo from 03298fe to 96839b4
Browse files Browse the repository at this point in the history
Bumps [third_party/imgui/repo](https://github.com/ocornut/imgui) from `03298fe` to `96839b4`.
- [Release notes](https://github.com/ocornut/imgui/releases)
- [Commits](ocornut/imgui@03298fe...96839b4)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jan 29, 2024
1 parent 1f3bcbc commit 2f72856
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion third_party/imgui/repo
Submodule repo updated 38 files
+1 −0 .github/ISSUE_TEMPLATE/config.yml
+90 −0 .github/ISSUE_TEMPLATE/issue_template.yml
+0 −46 .github/issue_template.md
+1 −1 .github/workflows/build.yml
+1 −1 LICENSE.txt
+45 −7 backends/imgui_impl_glfw.cpp
+5 −0 backends/imgui_impl_glfw.h
+28 −19 backends/imgui_impl_opengl3.cpp
+6 −0 backends/imgui_impl_opengl3_loader.h
+126 −108 backends/imgui_impl_vulkan.cpp
+7 −0 backends/imgui_impl_vulkan.h
+46 −21 backends/imgui_impl_wgpu.cpp
+18 −1 backends/imgui_impl_wgpu.h
+119 −21 docs/CHANGELOG.txt
+1 −1 docs/FAQ.md
+1 −1 docs/FONTS.md
+6 −4 docs/README.md
+0 −0 examples/example_emscripten_wgpu/Makefile.emscripten
+1 −1 examples/example_emscripten_wgpu/README.md
+163 −136 examples/example_emscripten_wgpu/main.cpp
+1 −1 examples/example_glfw_opengl3/Makefile.emscripten
+3 −0 examples/example_glfw_opengl3/main.cpp
+10 −10 examples/example_glfw_vulkan/main.cpp
+6 −0 examples/example_sdl2_directx11/main.cpp
+6 −0 examples/example_sdl2_opengl2/main.cpp
+6 −0 examples/example_sdl2_opengl3/main.cpp
+5 −0 examples/example_sdl2_sdlrenderer2/main.cpp
+15 −10 examples/example_sdl2_vulkan/main.cpp
+1 −1 examples/example_sdl3_opengl3/main.cpp
+1 −1 examples/example_sdl3_sdlrenderer3/main.cpp
+668 −259 imgui.cpp
+24 −17 imgui.h
+110 −52 imgui_demo.cpp
+3 −3 imgui_draw.cpp
+216 −135 imgui_internal.h
+14 −2 imgui_tables.cpp
+60 −52 imgui_widgets.cpp
+1 −1 misc/freetype/imgui_freetype.cpp

0 comments on commit 2f72856

Please sign in to comment.