Skip to content

Commit

Permalink
Upgrade vcpkg commit
Browse files Browse the repository at this point in the history
  • Loading branch information
tsunamistate authored and glebm committed Dec 3, 2023
1 parent 19b6e2b commit 6cf85ae
Show file tree
Hide file tree
Showing 2 changed files with 37 additions and 37 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/Windows_MSVC_x64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
- name: Restore or setup vcpkg
uses: lukka/[email protected]
with:
vcpkgGitCommitId: '486a4640db740f5994e492eb60748111dfc48de7'
vcpkgGitCommitId: '16ee2ecb31788c336ace8bb14c21801efb6836e4'

- name: Fetch test data
run: |
Expand Down
72 changes: 36 additions & 36 deletions vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,38 +1,38 @@
{
"name": "devilutionx",
"version-string": "1.4.0",
"dependencies": [
"fmt",
"bzip2",
"simpleini",
"lua"
],
"builtin-baseline": "486a4640db740f5994e492eb60748111dfc48de7",
"features": {
"sdl1": {
"description": "Use SDL1.2 instead of SDL2",
"dependencies": [ "sdl1", "libpng" ]
},
"sdl2": {
"description": "Use SDL2",
"dependencies": [ "sdl2", "sdl2-image" ]
},
"encryption": {
"description": "Build libsodium for packet encryption",
"dependencies": [ "libsodium" ]
},
"translations": {
"description": "Build translation files",
"dependencies": [
{
"name": "gettext",
"features": [ "tools" ]
}
]
},
"tests": {
"description": "Build tests",
"dependencies": [ "gtest" ]
}
}
"name": "devilutionx",
"version-string": "1.4.0",
"dependencies": [
"fmt",
"bzip2",
"simpleini",
"lua"
],
"builtin-baseline": "16ee2ecb31788c336ace8bb14c21801efb6836e4",
"features": {
"sdl1": {
"description": "Use SDL1.2 instead of SDL2",
"dependencies": [ "sdl1", "libpng" ]
},
"sdl2": {
"description": "Use SDL2",
"dependencies": [ "sdl2", "sdl2-image" ]
},
"encryption": {
"description": "Build libsodium for packet encryption",
"dependencies": [ "libsodium" ]
},
"translations": {
"description": "Build translation files",
"dependencies": [
{
"name": "gettext",
"features": [ "tools" ]
}
]
},
"tests": {
"description": "Build tests",
"dependencies": [ "gtest" ]
}
}
}

0 comments on commit 6cf85ae

Please sign in to comment.