rpcs3/vcpkg.json

28 lines
449 B
JSON
Raw Normal View History

2025-10-31 15:37:56 +01:00
{
"name": "rpcs3",
"version-string": "1.0",
2026-01-31 17:42:32 +01:00
"builtin-baseline": "7c45dcccbe6463539a6b92c264258043d267c8f6",
2025-10-31 15:37:56 +01:00
"dependencies": [
2025-12-23 09:35:58 +01:00
"curl",
2025-12-23 10:50:54 +01:00
{
2025-10-31 15:37:56 +01:00
"name": "ffmpeg",
"features": [
"avcodec",
"avformat",
"swscale",
"swresample"
]
},
"libpng",
"opencv",
2026-01-31 17:42:32 +01:00
"protobuf",
2025-10-31 15:37:56 +01:00
"qtbase",
"qtmultimedia",
"qtsvg",
"qttools",
2026-01-04 20:03:48 +01:00
"qttranslations",
2025-10-31 15:37:56 +01:00
"vulkan",
"zlib"
]
}