Cemu/vcpkg.json
2022-09-30 12:03:29 +10:00

51 lines
928 B
JSON

{
"name": "cemu",
"version-string": "1.0",
"builtin-baseline": "a291bcad8093f9f17988fe66543aefd674812f0e",
"dependencies": [
"imgui",
"pugixml",
"zlib",
"libpng",
"zstd",
{
"name": "libzip",
"default-features": false
},
"rapidjson",
"sdl2",
"cubeb",
"boost-tokenizer",
"boost-container",
"boost-program-options",
"boost-nowide",
"boost-algorithm",
"boost-range",
"boost-functional",
"boost-dll",
"boost-optional",
"boost-signals2",
"boost-crc",
"boost-asio",
"boost-ptr-container",
"boost-property-tree",
"boost-static-string",
"boost-random",
"fmt",
"glm",
"glslang",
"vulkan-headers",
"zstd",
{
"name": "wxwidgets",
"default-features": false
},
"openssl",
{
"name": "curl",
"default-features": false,
"features": [ "openssl" ]
}
]
}