From 63793c4ac80591a3304ea4b6b60313a0d74862d8 Mon Sep 17 00:00:00 2001 From: Matt Morley Date: Wed, 20 Nov 2024 23:24:40 -0800 Subject: [PATCH 1/2] OOooopos --- 2025.json | 10 +++- 2025/photonlib-v2025.0.0-beta-5.json | 71 ++++++++++++++++++++++++++++ 2 files changed, 80 insertions(+), 1 deletion(-) create mode 100644 2025/photonlib-v2025.0.0-beta-5.json diff --git a/2025.json b/2025.json index 4e1200d..ae84c60 100644 --- a/2025.json +++ b/2025.json @@ -126,5 +126,13 @@ "uuid": "84246d17-a797-4d1e-bd9f-c59cd8d2477c", "description": "Unofficial REV-Compatible Logger for AdvantageScope", "website": "https://docs.advantagescope.org/more-features/urcl" - } + }, + { + "path": "2025/photonlib-v2025.0.0-beta-5.json", + "name": "PhotonLib", + "version": "v2025.0.0-beta-5", + "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" +} ] \ No newline at end of file diff --git a/2025/photonlib-v2025.0.0-beta-5.json b/2025/photonlib-v2025.0.0-beta-5.json new file mode 100644 index 0000000..2e8e6b0 --- /dev/null +++ b/2025/photonlib-v2025.0.0-beta-5.json @@ -0,0 +1,71 @@ +{ + "fileName": "photonlib.json", + "name": "photonlib", + "version": "v2025.0.0-beta-5", + "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-5", + "skipInvalidPlatforms": true, + "isJar": false, + "validPlatforms": [ + "windowsx86-64", + "linuxathena", + "linuxx86-64", + "osxuniversal" + ] + } + ], + "cppDependencies": [ + { + "groupId": "org.photonvision", + "artifactId": "photonlib-cpp", + "version": "v2025.0.0-beta-5", + "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-5", + "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-5" + }, + { + "groupId": "org.photonvision", + "artifactId": "photontargeting-java", + "version": "v2025.0.0-beta-5" + } + ] +} From 21f978b8df412daea5b5cabcee12a92570e141c2 Mon Sep 17 00:00:00 2001 From: Matt Morley Date: Wed, 20 Nov 2024 23:28:14 -0800 Subject: [PATCH 2/2] asdf --- 2025.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/2025.json b/2025.json index ae84c60..f2aa037 100644 --- a/2025.json +++ b/2025.json @@ -135,4 +135,4 @@ "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" } -] \ No newline at end of file +]