aboutsummaryrefslogtreecommitdiff
path: root/vcpkg.json
diff options
context:
space:
mode:
Diffstat (limited to 'vcpkg.json')
-rw-r--r--vcpkg.json18
1 files changed, 18 insertions, 0 deletions
diff --git a/vcpkg.json b/vcpkg.json
new file mode 100644
index 0000000..2ff0c54
--- /dev/null
+++ b/vcpkg.json
@@ -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"
+ ]
+}