Files
allwpilib/vcpkg.json

27 lines
452 B
JSON
Raw Permalink Normal View History

2022-04-12 19:00:00 -07:00
{
"name": "main",
"version-string": "latest",
"dependencies": [
{
"name": "opencv4",
"default-features": false,
"features": [
"calib3d",
"dshow",
"fs",
"highgui",
"intrinsics",
"jpeg",
"msmf",
"png",
"thread",
"win32ui"
]
},
2023-09-18 01:16:52 +02:00
"fmt",
"libuv",
"libssh"
],
"builtin-baseline": "74e6536215718009aae747d86d84b78376bf9e09"
2022-04-12 19:00:00 -07:00
}