diff --git a/vcpkg.json b/vcpkg.json index a1bd0be5..cd5a25fb 100644 --- a/vcpkg.json +++ b/vcpkg.json @@ -1,7 +1,11 @@ { "dependencies": [ "sdl2", - "libarchive", + { + "name": "libarchive", + "default-features": false, + "features": ["bzip2", "crypto", "libxml2", "lz4", "zstd"] + }, "libslirp", "zstd", {