Add the vcpkg manifest

This commit is contained in:
Nadia Holmquist Pedersen 2023-11-16 13:09:32 +01:00
parent aee09fe3ce
commit 14b6c2d8fe
1 changed files with 18 additions and 0 deletions

18
vcpkg.json Normal file
View File

@ -0,0 +1,18 @@
{
"dependencies": [
"sdl2",
"libarchive",
"libslirp",
"zstd",
{
"name": "qtbase",
"default-features": false,
"features": ["gui", "png", "thread", "widgets", "opengl", "zstd"]
},
{
"name": "qtmultimedia",
"default-features": false
},
"qtsvg"
]
}