diff options
author | Arisotura <thetotalworm@gmail.com> | 2023-12-26 19:04:31 +0100 |
---|---|---|
committer | Arisotura <thetotalworm@gmail.com> | 2023-12-26 19:04:31 +0100 |
commit | fd1e4379b99c01be0ebcfa8cde390a51ca09f716 (patch) | |
tree | 3ab9c48c003b0750e7f2023e4600a225309be34f /vcpkg.json | |
parent | 7f437d48db554a739dd1cab53fb0536783c87432 (diff) | |
parent | d55a384c8807cd0962399dac69e8ee1a9d5c53fd (diff) |
Merge branch 'master' of github.com:melonDS-emu/melonDS
Diffstat (limited to 'vcpkg.json')
-rw-r--r-- | vcpkg.json | 18 |
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" + ] +} |