Skip to content

Commit

Permalink
Switch from vcpkg response file to vcpkg manifest mode.
Browse files Browse the repository at this point in the history
  • Loading branch information
zrax committed Jun 6, 2023
1 parent 710a854 commit 505e49b
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/windows-ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
- name: Build Dependencies
run: |
vcpkg install "@${{ github.workspace }}\vcpkg.txt" --triplet ${{ matrix.cfg.triplet }}
vcpkg install --triplet ${{ matrix.cfg.triplet }}
vcpkg list --x-full-desc
# Qt5 takes roughly a thousand years to build, so we download it from elsewhere...
Expand Down
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,4 @@ bin/VaultShop
/build64
/Dist
/Dist64
/vcpkg_installed
12 changes: 12 additions & 0 deletions vcpkg.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
{
"$schema": "https://raw.githubusercontent.com/microsoft/vcpkg-tool/main/docs/vcpkg.schema.json",
"name": "plasmashop",
"version-string": "3.0",
"description": "Swiss army knife for Plasma file hacking",
"dependencies": [
"libjpeg-turbo",
"libpng",
"string-theory",
"zlib"
]
}
4 changes: 0 additions & 4 deletions vcpkg.txt

This file was deleted.

0 comments on commit 505e49b

Please sign in to comment.