Skip to content

Commit

Permalink
Add ReduxLib v2025.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
guineawheek committed Jan 6, 2025
1 parent 5dedc5b commit 61125ac
Showing 1 changed file with 72 additions and 0 deletions.
72 changes: 72 additions & 0 deletions 2025/ReduxLib-2025.0.0.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,72 @@
{
"fileName": "ReduxLib-2025.0.0.json",
"name": "ReduxLib",
"version": "2025.0.0",
"frcYear": "2025",
"uuid": "151ecca8-670b-4026-8160-cdd2679ef2bd",
"mavenUrls": [
"https://maven.reduxrobotics.com/"
],
"jsonUrl": "https://frcsdk.reduxrobotics.com/ReduxLib_2025.json",
"javaDependencies": [
{
"groupId": "com.reduxrobotics.frc",
"artifactId": "ReduxLib-java",
"version": "2025.0.0"
}
],
"jniDependencies": [
{
"groupId": "com.reduxrobotics.frc",
"artifactId": "ReduxLib-driver",
"version": "2025.0.0",
"isJar": false,
"skipInvalidPlatforms": true,
"validPlatforms": [
"linuxathena",
"linuxx86-64",
"linuxarm32",
"linuxarm64",
"osxuniversal",
"windowsx86-64"
]
}
],
"cppDependencies": [
{
"groupId": "com.reduxrobotics.frc",
"artifactId": "ReduxLib-cpp",
"version": "2025.0.0",
"libName": "ReduxLib",
"headerClassifier": "headers",
"sourcesClassifier": "sources",
"sharedLibrary": true,
"skipInvalidPlatforms": true,
"binaryPlatforms": [
"linuxathena",
"linuxx86-64",
"linuxarm32",
"linuxarm64",
"osxuniversal",
"windowsx86-64"
]
},
{
"groupId": "com.reduxrobotics.frc",
"artifactId": "ReduxLib-driver",
"version": "2025.0.0",
"libName": "ReduxCore",
"headerClassifier": "headers",
"sharedLibrary": true,
"skipInvalidPlatforms": true,
"binaryPlatforms": [
"linuxathena",
"linuxx86-64",
"linuxarm32",
"linuxarm64",
"osxuniversal",
"windowsx86-64"
]
}
]
}

0 comments on commit 61125ac

Please sign in to comment.