Skip to content

Commit 4038cd5

Browse files
waychCobrand
authored andcommitted
Update vcpkg rev to unblock Windows
Something happened that broke the `vcpkg.exe install` invocation for sdl2 on Windows when using github actions with `windows-latest`. I have not been able to determine what is actually causing the break, however updating to a more recent version of vcpkg seems to have fixed the issue, so that is what is proposed here. The commit selected is current top of tree. Original report: mcgoo/cargo-vcpkg#9
1 parent f6adc8d commit 4038cd5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@ dependencies = ["sdl2"]
157157
# dependencies required when building examples and tests for this crate
158158
dev-dependencies = ["sdl2", "sdl2-image[libjpeg-turbo,tiff,libwebp]", "sdl2-ttf", "sdl2-gfx", "sdl2-mixer"]
159159
git = "https://github.com/microsoft/vcpkg"
160-
rev = "a267ab118c09f56f3dae96c9a4b3410820ad2f0b"
160+
rev = "261c458af6e3eed5d099144aff95d2b5035f656b"
161161

162162
[package.metadata.vcpkg.target]
163163
x86_64-pc-windows-msvc = { triplet = "x64-windows-static-md" }

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -321,7 +321,7 @@ features = ["ttf","image","gfx","mixer","static-link","use-vcpkg"]
321321
[package.metadata.vcpkg]
322322
dependencies = ["sdl2", "sdl2-image[libjpeg-turbo,tiff,libwebp]", "sdl2-ttf", "sdl2-gfx", "sdl2-mixer"]
323323
git = "https://github.com/microsoft/vcpkg"
324-
rev = "a267ab118c09f56f3dae96c9a4b3410820ad2f0b"
324+
rev = "261c458af6e3eed5d099144aff95d2b5035f656b"
325325

326326
[package.metadata.vcpkg.target]
327327
x86_64-pc-windows-msvc = { triplet = "x64-windows-static-md" }

0 commit comments

Comments
 (0)