Skip to content

Commit

Permalink
Update vcpkg pointer (#4)
Browse files Browse the repository at this point in the history
This unblocks windows-latest builds that seem to have broken on github
workflows at the previous commit.  Commit selected is current top of
tree.
  • Loading branch information
waych committed Jul 31, 2021
1 parent 08bd9cc commit b07691c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gyromouse/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ default-features = false
[package.metadata.vcpkg]
dependencies = ["sdl2"]
git = "https://github.com/microsoft/vcpkg"
rev = "a267ab118c09f56f3dae96c9a4b3410820ad2f0b"
rev = "261c458af6e3eed5d099144aff95d2b5035f656b"

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

0 comments on commit b07691c

Please sign in to comment.