Skip to content

Commit 26979a1

Browse files
committed
Point at upstream vcpkg rev again
vcpkg has been updated to fix the link ordering of the brotli libraries. This means that vcpkg rev can now point at upstream again. Version a267ab1 is current HEAD.
1 parent 18a3a9b commit 26979a1

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

Cargo.toml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -156,9 +156,8 @@ dependencies = ["sdl2"]
156156

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"]
159-
# TODO: This should be tracking https://github.com/microsoft/vcpkg see #1085
160-
git = "https://github.com/waych/vcpkg"
161-
rev = "14d56fa2da809c5632043041625b975a3ce557bc"
159+
git = "https://github.com/microsoft/vcpkg"
160+
rev = "a267ab118c09f56f3dae96c9a4b3410820ad2f0b"
162161

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

sdl2-sys/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ version = "^0.3"
2828
optional = true
2929

3030
[build-dependencies.vcpkg]
31-
version = "^0.2.10"
31+
version = "^0.2.12"
3232
optional = true
3333

3434
[build-dependencies.cmake]

0 commit comments

Comments
 (0)