Skip to content

Commit

Permalink
added choreo beta dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
PGgit08 committed Jan 2, 2025
1 parent 4f46679 commit 93450d3
Showing 1 changed file with 44 additions and 0 deletions.
44 changes: 44 additions & 0 deletions vendordeps/ChoreoLib2025Beta.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,44 @@
{
"fileName": "ChoreoLib2025Beta.json",
"name": "ChoreoLib",
"version": "2025.0.0-beta-9",
"uuid": "b5e23f0a-dac9-4ad2-8dd6-02767c520aca",
"frcYear": "2025",
"mavenUrls": [
"https://lib.choreo.autos/dep",
"https://repo1.maven.org/maven2"
],
"jsonUrl": "https://lib.choreo.autos/dep/ChoreoLib2025Beta.json",
"javaDependencies": [
{
"groupId": "choreo",
"artifactId": "ChoreoLib-java",
"version": "2025.0.0-beta-9"
},
{
"groupId": "com.google.code.gson",
"artifactId": "gson",
"version": "2.11.0"
}
],
"jniDependencies": [],
"cppDependencies": [
{
"groupId": "choreo",
"artifactId": "ChoreoLib-cpp",
"version": "2025.0.0-beta-9",
"libName": "ChoreoLib",
"headerClassifier": "headers",
"sharedLibrary": false,
"skipInvalidPlatforms": true,
"binaryPlatforms": [
"windowsx86-64",
"linuxx86-64",
"osxuniversal",
"linuxathena",
"linuxarm32",
"linuxarm64"
]
}
]
}

0 comments on commit 93450d3

Please sign in to comment.