diff options
Diffstat (limited to 'meshmc/vcpkg.json')
| -rw-r--r-- | meshmc/vcpkg.json | 32 |
1 files changed, 32 insertions, 0 deletions
diff --git a/meshmc/vcpkg.json b/meshmc/vcpkg.json new file mode 100644 index 0000000000..5fd336fff1 --- /dev/null +++ b/meshmc/vcpkg.json @@ -0,0 +1,32 @@ +{ + "dependencies": [ + { + "name": "ecm", + "host": true + }, + { + "name": "libqrencode", + "default-features": false + }, + { + "name": "pkgconf", + "host": true + }, + + "cmark", + { + "name": "libarchive", + "default-features": false, + "features": [ + "bzip2", + "lz4", + "lzma", + "lzo", + "zstd" + ] + }, + "tomlplusplus", + "zlib", + "vulkan-headers" + ] +} |
