Skip to content

Commit

Permalink
Fixed vcpkg ref
Browse files Browse the repository at this point in the history
  • Loading branch information
lukexor committed Dec 13, 2021
1 parent f20afa6 commit 9f267b1
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 @@ -68,7 +68,7 @@ lto = true
[package.metadata.vcpkg]
dependencies = ["sdl2", "sdl2-image[libjpeg-turbo,tiff,libwebp]", "sdl2-ttf", "sdl2-gfx", "sdl2-mixer"]
git = "https://github.com/microsoft/vcpkg"
rev = "284486347a4fb8d898791028168f92f4560f663d"
rev = "5ddd7f02689b7c5aab78711d77f61db5d2e5e79c"

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

0 comments on commit 9f267b1

Please sign in to comment.