From 9789c6481d77191a3315f61978b58bf27b6efdf2 Mon Sep 17 00:00:00 2001 From: Matthew Morley Date: Mon, 9 Dec 2024 10:45:09 -0800 Subject: [PATCH] Fixup the diff --- 2025beta.json | 8 +++ 2025beta/photonlib-v2025.0.0-beta-6.json | 71 ++++++++++++++++++++++++ 2 files changed, 79 insertions(+) create mode 100644 2025beta/photonlib-v2025.0.0-beta-6.json diff --git a/2025beta.json b/2025beta.json index 1e7aa77..7cfca29 100644 --- a/2025beta.json +++ b/2025beta.json @@ -214,5 +214,13 @@ "uuid": "1ccce5a4-acd2-4d18-bca3-4b8047188400", "description": "YAGSL (Yet Another Generic Swerve Library) is an open-source robotics library designed to simplify and optimize the control, simulation, and configuration of swerve drive systems of all types.", "website": "https://docs.yagsl.com" + }, + { + "path": "2025/photonlib-v2025.0.0-beta-6.json", + "name": "PhotonLib", + "version": "v2025.0.0-beta-6", + "uuid": "515fe07e-bfc6-11fa-b3de-0242ac130004", + "description": "PhotonVision is the free, fast, and easy-to-use vision processing solution for the FIRST Robotics Competition.", + "website": "https://docs.photonvision.org/en/latest/docs/programming/photonlib/adding-vendordep.html" } ] diff --git a/2025beta/photonlib-v2025.0.0-beta-6.json b/2025beta/photonlib-v2025.0.0-beta-6.json new file mode 100644 index 0000000..6a23ba8 --- /dev/null +++ b/2025beta/photonlib-v2025.0.0-beta-6.json @@ -0,0 +1,71 @@ +{ + "fileName": "photonlib.json", + "name": "photonlib", + "version": "v2025.0.0-beta-6", + "uuid": "515fe07e-bfc6-11fa-b3de-0242ac130004", + "frcYear": "2025", + "mavenUrls": [ + "https://maven.photonvision.org/repository/internal", + "https://maven.photonvision.org/repository/snapshots" + ], + "jsonUrl": "https://maven.photonvision.org/repository/internal/org/photonvision/photonlib-json/1.0/photonlib-json-1.0.json", + "jniDependencies": [ + { + "groupId": "org.photonvision", + "artifactId": "photontargeting-cpp", + "version": "v2025.0.0-beta-6", + "skipInvalidPlatforms": true, + "isJar": false, + "validPlatforms": [ + "windowsx86-64", + "linuxathena", + "linuxx86-64", + "osxuniversal" + ] + } + ], + "cppDependencies": [ + { + "groupId": "org.photonvision", + "artifactId": "photonlib-cpp", + "version": "v2025.0.0-beta-6", + "libName": "photonlib", + "headerClassifier": "headers", + "sharedLibrary": true, + "skipInvalidPlatforms": true, + "binaryPlatforms": [ + "windowsx86-64", + "linuxathena", + "linuxx86-64", + "osxuniversal" + ] + }, + { + "groupId": "org.photonvision", + "artifactId": "photontargeting-cpp", + "version": "v2025.0.0-beta-6", + "libName": "photontargeting", + "headerClassifier": "headers", + "sharedLibrary": true, + "skipInvalidPlatforms": true, + "binaryPlatforms": [ + "windowsx86-64", + "linuxathena", + "linuxx86-64", + "osxuniversal" + ] + } + ], + "javaDependencies": [ + { + "groupId": "org.photonvision", + "artifactId": "photonlib-java", + "version": "v2025.0.0-beta-6" + }, + { + "groupId": "org.photonvision", + "artifactId": "photontargeting-java", + "version": "v2025.0.0-beta-6" + } + ] +}