Files
allwpilib/vcpkg.json
Peter Johnson c27ddf5ef9 [ci] Windows cmake: update vcpkg version (#6397)
We need fmtlib 10.2.1 to work around a compiler bug.

Also, reducing the number of jobs is no longer required with Actions runner upgrades.
2024-02-24 18:55:10 -08:00

12 lines
195 B
JSON

{
"name": "main",
"version-string": "latest",
"dependencies": [
"opencv",
"fmt",
"libuv",
"protobuf"
],
"builtin-baseline": "37c3e63a1306562f7f59c4c3c8892ddd50fdf992"
}