Skip to content

Commit

Permalink
Update vendor JSON to v2025.0.0-beta-5
Browse files Browse the repository at this point in the history
  • Loading branch information
GitHub Actions Bot committed Nov 21, 2024
1 parent 9aca52b commit 56156ed
Show file tree
Hide file tree
Showing 2 changed files with 79 additions and 0 deletions.
8 changes: 8 additions & 0 deletions 2025.json
Original file line number Diff line number Diff line change
Expand Up @@ -94,5 +94,13 @@
"uuid": "3f48eb8c-50fe-43a6-9cb7-44c86353c4cb",
"description": "Library for all REV devices including SPARK Flex, SPARK MAX, and Color Sensor V3",
"website": "https://docs.revrobotics.com/brushless/revlib/revlib-overview"
},
{
"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"
}
]
71 changes: 71 additions & 0 deletions 2025/photonlib-v2025.0.0-beta-5.json
Original file line number Diff line number Diff line change
@@ -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"
}
]
}

0 comments on commit 56156ed

Please sign in to comment.