Add Limelight vendor
This commit is contained in:
parent
56e8a4666d
commit
397d7085b8
37
frc/vendor/Limelight.json
vendored
Normal file
37
frc/vendor/Limelight.json
vendored
Normal file
@ -0,0 +1,37 @@
|
|||||||
|
{
|
||||||
|
"fileName": "Limelight.json",
|
||||||
|
"name": "Limelight",
|
||||||
|
"version": "2020.r1",
|
||||||
|
"uuid": "cda7b4b1-d003-44ac-a1ef-485c1347059a",
|
||||||
|
"mavenUrls": [
|
||||||
|
"http://retrylife.ca/maven/"
|
||||||
|
],
|
||||||
|
"jsonUrl": "http://retrylife.ca/frc/vendor/Limelight.json",
|
||||||
|
"javaDependencies": [
|
||||||
|
{
|
||||||
|
"groupId": "ca.retrylife.frc",
|
||||||
|
"artifactId": "Limelihgt-java",
|
||||||
|
"version": "2020.r1"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"jniDependencies": [],
|
||||||
|
"cppDependencies": [
|
||||||
|
{
|
||||||
|
"groupId": "ca.retrylife.frc",
|
||||||
|
"artifactId": "Limelight-cpp",
|
||||||
|
"version": "2020.r1",
|
||||||
|
"libName": "Limelight",
|
||||||
|
"headerClassifier": "headers",
|
||||||
|
"sourcesClassifier": "source",
|
||||||
|
"sharedLibrary": false,
|
||||||
|
"skipInvalidPlatforms": true,
|
||||||
|
"binaryPlatforms": [
|
||||||
|
"windowsx86-64",
|
||||||
|
"windowsx86",
|
||||||
|
"linuxx86-64",
|
||||||
|
"linuxathena",
|
||||||
|
"linuxraspbian"
|
||||||
|
]
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
@ -22,6 +22,7 @@ These projects range from unfinished ideas, to codebases that took months to dev
|
|||||||
|
|
||||||
## Robotics
|
## Robotics
|
||||||
- Robots
|
- Robots
|
||||||
|
- [InfiniteRecharge](https://github.com/frc5024/InfiniteRecharge) - 5024's 2020 competition codebase
|
||||||
- [MiniBot](https://github.com/frc5024/MiniBot) - 5024's 2019-2020 Minibot codebase
|
- [MiniBot](https://github.com/frc5024/MiniBot) - 5024's 2019-2020 Minibot codebase
|
||||||
- [DeepSpace-SWI](https://github.com/frc5024/DeepSpace-SWI) - 5024's 2019-2020 offseason codebase
|
- [DeepSpace-SWI](https://github.com/frc5024/DeepSpace-SWI) - 5024's 2019-2020 offseason codebase
|
||||||
- [DeepSpace](https://github.com/frc5024/DeepSpace) - 5024's 2019 competition codebase
|
- [DeepSpace](https://github.com/frc5024/DeepSpace) - 5024's 2019 competition codebase
|
||||||
|
Loading…
x
Reference in New Issue
Block a user