mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-19 00:41:43 +00:00
- Add builtin registry baseline (fixes building locally with msvc builtin vcpkg) - Add protobuf as an explicit dependency (previously was installed as a dependency of opencv) - In windows CI, checkout repository before running vcpkg (silences warning that vcpkg.json was not found)
13 lines
209 B
JSON
13 lines
209 B
JSON
{
|
|
"name": "main",
|
|
"version-string": "latest",
|
|
"dependencies": [
|
|
"opencv",
|
|
"eigen3",
|
|
"fmt",
|
|
"libuv",
|
|
"protobuf"
|
|
],
|
|
"builtin-baseline": "78b61582c9e093fda56a01ebb654be15a0033897"
|
|
}
|