Files
allwpilib/vcpkg.json
Gold856 ab45819f6f [ci] Specify exact OpenCV features in vcpkg manifest (#8653)
This allows us to skip building things we don't need, like the ML
libraries or QR code scanning. This cuts the vcpkg configure time down
by 50%.
2026-03-04 18:52:48 -08:00

27 lines
452 B
JSON

{
"name": "main",
"version-string": "latest",
"dependencies": [
{
"name": "opencv4",
"default-features": false,
"features": [
"calib3d",
"dshow",
"fs",
"highgui",
"intrinsics",
"jpeg",
"msmf",
"png",
"thread",
"win32ui"
]
},
"fmt",
"libuv",
"libssh"
],
"builtin-baseline": "74e6536215718009aae747d86d84b78376bf9e09"
}