diff options
| author | Ethan Morgan <ethan@gweithio.com> | 2026-02-14 16:44:06 +0000 |
|---|---|---|
| committer | Ethan Morgan <ethan@gweithio.com> | 2026-02-14 16:44:06 +0000 |
| commit | 54409423f767d8b1cf30cb7d0efca6b4ca138823 (patch) | |
| tree | d915ac7828703ce4b963efdd9728a1777ba18c1e /vcpkg/ports/wpilib/vcpkg.json | |
Diffstat (limited to 'vcpkg/ports/wpilib/vcpkg.json')
| -rw-r--r-- | vcpkg/ports/wpilib/vcpkg.json | 45 |
1 files changed, 45 insertions, 0 deletions
diff --git a/vcpkg/ports/wpilib/vcpkg.json b/vcpkg/ports/wpilib/vcpkg.json new file mode 100644 index 0000000..01edab8 --- /dev/null +++ b/vcpkg/ports/wpilib/vcpkg.json @@ -0,0 +1,45 @@ +{ + "name": "wpilib", + "version-date": "2023-08-24", + "port-version": 2, + "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, + "dependencies": [ + "eigen3", + "fmt", + "libuv", + { + "name": "vcpkg-cmake", + "host": true + }, + { + "name": "vcpkg-cmake-config", + "host": true + }, + { + "name": "vcpkg-get-python-packages", + "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" + ] + } + } +} |