vcpkg/ports/wpilib/vcpkg.json
JAEHONG KIM cb7d3b4999
[libuv] Update to 1.45.0 (#32165)
* [libuv] Update to 1.45.0

* [libuv] Update all consuming ports

* [libuv] Update versions

* resolve port SHA

* Add port-version

* update version

* revert usockets.json

---------

Co-authored-by: Zhao Liu <v-zhli17@microsoft.com>
2023-06-27 17:07:58 -07:00

42 lines
1.0 KiB
JSON

{
"name": "wpilib",
"version-date": "2020-03-02",
"port-version": 4,
"description": "WPILib is the software library package for the FIRST Robotics Competition. The core install includes wpiutil, a common utilies library, and ntcore, the base NetworkTables library.",
"homepage": "https://github.com/wpilibsuite/allwpilib",
"license": null,
"supports": "!osx",
"dependencies": [
"eigen3",
"libuv",
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
],
"features": {
"allwpilib": {
"description": "Enables the simulation HAL, and the high level wpilibc library.",
"dependencies": [
"opencv",
{
"name": "wpilib",
"features": [
"cameraserver"
]
}
]
},
"cameraserver": {
"description": "Enables the CameraServer and CSCore libraries for manipulating USB Cameras and HTTP Camera Streams",
"dependencies": [
"opencv"
]
}
}
}