Skip to content

Commit

Permalink
Bump the submodules group with 2 updates
Browse files Browse the repository at this point in the history
Bumps the submodules group with 2 updates: [thirdparty/imgui](https://github.com/ocornut/imgui) and [thirdparty/nghttp2](https://github.com/nghttp2/nghttp2).


Updates `thirdparty/imgui` from `fe09ebb` to `5e7dc72`
- [Release notes](https://github.com/ocornut/imgui/releases)
- [Commits](ocornut/imgui@fe09ebb...5e7dc72)

Updates `thirdparty/nghttp2` from `1308640` to `d9e846a`
- [Release notes](https://github.com/nghttp2/nghttp2/releases)
- [Commits](nghttp2/nghttp2@1308640...d9e846a)

---
updated-dependencies:
- dependency-name: thirdparty/imgui
  dependency-type: direct:production
  dependency-group: submodules
- dependency-name: thirdparty/nghttp2
  dependency-type: direct:production
  dependency-group: submodules
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored and p0358 committed Aug 3, 2024
1 parent bdc6f03 commit 8207f03
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion thirdparty/imgui
Submodule imgui updated 46 files
+1 −0 backends/imgui_impl_allegro5.h
+1 −0 backends/imgui_impl_android.h
+1 −0 backends/imgui_impl_dx10.h
+1 −0 backends/imgui_impl_dx11.h
+2 −0 backends/imgui_impl_dx12.h
+1 −0 backends/imgui_impl_dx9.h
+14 −0 backends/imgui_impl_glfw.cpp
+4 −0 backends/imgui_impl_glfw.h
+1 −0 backends/imgui_impl_glut.h
+2 −0 backends/imgui_impl_metal.h
+1 −0 backends/imgui_impl_opengl2.h
+1 −1 backends/imgui_impl_opengl3.h
+2 −0 backends/imgui_impl_osx.h
+1 −0 backends/imgui_impl_sdl2.h
+1 −0 backends/imgui_impl_sdl3.h
+1 −0 backends/imgui_impl_sdlrenderer2.h
+1 −0 backends/imgui_impl_sdlrenderer3.h
+1 −1 backends/imgui_impl_vulkan.h
+1 −0 backends/imgui_impl_wgpu.h
+1 −0 backends/imgui_impl_win32.h
+19 −19 docs/BACKENDS.md
+89 −46 docs/CHANGELOG.txt
+6 −39 docs/EXAMPLES.md
+3 −3 docs/README.md
+1 −1 examples/example_android_opengl3/android/app/src/main/AndroidManifest.xml
+5 −0 examples/example_glfw_opengl2/main.cpp
+5 −0 examples/example_glfw_opengl3/main.cpp
+5 −0 examples/example_glfw_vulkan/main.cpp
+5 −0 examples/example_glfw_wgpu/main.cpp
+5 −0 examples/example_sdl2_directx11/main.cpp
+5 −0 examples/example_sdl2_opengl2/main.cpp
+5 −0 examples/example_sdl2_opengl3/main.cpp
+5 −0 examples/example_sdl2_sdlrenderer2/main.cpp
+5 −0 examples/example_sdl2_vulkan/main.cpp
+3 −3 examples/example_sdl3_opengl3/README.md
+5 −0 examples/example_sdl3_opengl3/main.cpp
+8 −0 examples/example_sdl3_sdlrenderer3/main.cpp
+5 −0 examples/example_win32_opengl3/main.cpp
+4 −3 examples/libs/emscripten/emscripten_mainloop_stub.h
+62 −70 imgui.cpp
+30 −28 imgui.h
+278 −58 imgui_demo.cpp
+1 −1 imgui_draw.cpp
+14 −14 imgui_internal.h
+25 −22 imgui_tables.cpp
+151 −111 imgui_widgets.cpp
2 changes: 1 addition & 1 deletion thirdparty/nghttp2

0 comments on commit 8207f03

Please sign in to comment.