Cemu/vcpkg.json

50 lines
913 B
JSON
Raw Normal View History

2022-08-22 22:21:23 +02:00
{
"name": "cemu",
"version-string": "1.0",
2024-01-13 20:37:10 +01:00
"builtin-baseline": "53bef8994c541b6561884a8395ea35715ece75db",
2022-08-22 22:21:23 +02:00
"dependencies": [
"pugixml",
"zlib",
"zstd",
2022-08-22 22:21:23 +02:00
{
"name": "libzip",
"default-features": false
},
"rapidjson",
"sdl2",
"boost-tokenizer",
"boost-container",
"boost-program-options",
"boost-nowide",
"boost-algorithm",
"boost-functional",
"boost-optional",
"boost-signals2",
"boost-asio",
"boost-ptr-container",
"boost-property-tree",
"boost-static-string",
"boost-random",
2022-08-22 22:21:23 +02:00
"fmt",
"hidapi",
"libpng",
2022-08-22 22:21:23 +02:00
"glm",
{
"name": "glslang",
"default-features": false
},
2022-08-22 22:21:23 +02:00
"zstd",
{
"name": "wxwidgets",
"default-features": false
},
"openssl",
{
"name": "curl",
"default-features": false,
"features": [ "openssl" ]
},
"libusb"
2022-08-22 22:21:23 +02:00
]
}