Skip to content

Commit

Permalink
Merge pull request #1338 from Cobrand/update-vcpkg-ver
Browse files Browse the repository at this point in the history
Update VCPKG ver in Cargo.toml
  • Loading branch information
Cobrand authored Sep 20, 2023
2 parents 2382710 + 6bf36f7 commit 76748c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ dependencies = ["sdl2"]
# dependencies required when building examples and tests for this crate
dev-dependencies = ["sdl2", "sdl2-image[libjpeg-turbo,tiff,libwebp]", "sdl2-ttf", "sdl2-gfx", "sdl2-mixer"]
git = "https://github.com/microsoft/vcpkg"
rev = "acc3bcf" # release 2022.08.15
rev = "9edb1b8" # release 2023.08.09

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

0 comments on commit 76748c5

Please sign in to comment.