mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-19 00:41:43 +00:00
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%.
27 lines
452 B
JSON
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"
|
|
}
|