diff --git a/frc/vendor/Limelight.json b/frc/vendor/Limelight.json new file mode 100644 index 0000000..de00866 --- /dev/null +++ b/frc/vendor/Limelight.json @@ -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" + ] + } + ] +} diff --git a/projects.md b/projects.md index 2fc7043..5bfac01 100644 --- a/projects.md +++ b/projects.md @@ -22,6 +22,7 @@ These projects range from unfinished ideas, to codebases that took months to dev ## Robotics - Robots + - [InfiniteRecharge](https://github.com/frc5024/InfiniteRecharge) - 5024's 2020 competition 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](https://github.com/frc5024/DeepSpace) - 5024's 2019 competition codebase