Skip to content

Commit

Permalink
hardcode vcpkg commit id again because ok fine
Browse files Browse the repository at this point in the history
  • Loading branch information
Astral-C committed Dec 27, 2024
1 parent ed90ace commit 994c337
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
if: runner.os == 'Windows'
uses: lukka/[email protected]
with:
vcpkgGitCommitId: '$(vcpkgGitCommitId)'
vcpkgGitCommitId: '80d54ff62d528339c626a6fbc3489a7f25956ade'
vcpkgDirectory: '${{ github.workspace }}/vcpkg'
vcpkgJsonGlob: '**/vcpkg.json'
- name: Integrate vcpkg
Expand Down
2 changes: 1 addition & 1 deletion lib/gctoolsplusplus
2 changes: 1 addition & 1 deletion lib/imgui
Submodule imgui updated 54 files
+5 −5 backends/imgui_impl_allegro5.cpp
+4 −4 backends/imgui_impl_allegro5.h
+2 −2 backends/imgui_impl_android.cpp
+2 −2 backends/imgui_impl_android.h
+28 −16 backends/imgui_impl_dx10.cpp
+1 −1 backends/imgui_impl_dx10.h
+2 −2 backends/imgui_impl_dx11.cpp
+1 −1 backends/imgui_impl_dx11.h
+11 −7 backends/imgui_impl_dx12.cpp
+3 −2 backends/imgui_impl_dx12.h
+2 −2 backends/imgui_impl_dx9.cpp
+2 −2 backends/imgui_impl_dx9.h
+4 −4 backends/imgui_impl_glfw.cpp
+2 −2 backends/imgui_impl_glfw.h
+1 −1 backends/imgui_impl_glut.cpp
+1 −1 backends/imgui_impl_glut.h
+1 −1 backends/imgui_impl_metal.h
+1 −1 backends/imgui_impl_metal.mm
+2 −0 backends/imgui_impl_opengl2.cpp
+2 −0 backends/imgui_impl_opengl2.h
+3 −4 backends/imgui_impl_opengl3.cpp
+1 −1 backends/imgui_impl_opengl3.h
+2 −2 backends/imgui_impl_osx.h
+2 −2 backends/imgui_impl_osx.mm
+8 −8 backends/imgui_impl_sdl2.cpp
+4 −4 backends/imgui_impl_sdl2.h
+13 −12 backends/imgui_impl_sdl3.cpp
+4 −4 backends/imgui_impl_sdl3.h
+2 −2 backends/imgui_impl_sdlrenderer2.cpp
+1 −1 backends/imgui_impl_sdlrenderer2.h
+2 −2 backends/imgui_impl_sdlrenderer3.cpp
+1 −1 backends/imgui_impl_sdlrenderer3.h
+10 −9 backends/imgui_impl_vulkan.cpp
+2 −2 backends/imgui_impl_vulkan.h
+2 −2 backends/imgui_impl_wgpu.cpp
+1 −1 backends/imgui_impl_wgpu.h
+3 −3 backends/imgui_impl_win32.cpp
+1 −1 backends/imgui_impl_win32.h
+48 −5 docs/CHANGELOG.txt
+8 −8 docs/EXAMPLES.md
+1 −1 docs/README.md
+7 −1 examples/example_glfw_opengl3/main.cpp
+14 −1 examples/example_sdl2_opengl3/main.cpp
+14 −1 examples/example_sdl3_opengl3/main.cpp
+2 −1 examples/example_win32_directx12/main.cpp
+3 −0 imconfig.h
+79 −35 imgui.cpp
+21 −15 imgui.h
+19 −1 imgui_demo.cpp
+57 −15 imgui_draw.cpp
+17 −12 imgui_internal.h
+5 −1 imgui_tables.cpp
+145 −109 imgui_widgets.cpp
+1 −1 misc/freetype/imgui_freetype.cpp

0 comments on commit 994c337

Please sign in to comment.