Skip to content

Commit

Permalink
Added ChoreoLib
Browse files Browse the repository at this point in the history
  • Loading branch information
AJaiman committed Jul 5, 2024
1 parent 28b7e21 commit 1b02cae
Showing 1 changed file with 43 additions and 0 deletions.
43 changes: 43 additions & 0 deletions vendordeps/ChoreoLib.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,43 @@
{
"fileName": "ChoreoLib.json",
"name": "ChoreoLib",
"version": "2024.2.3",
"uuid": "287cff6e-1b60-4412-8059-f6834fb30e30",
"frcYear": "2024",
"mavenUrls": [
"https://SleipnirGroup.github.io/ChoreoLib/dep"
],
"jsonUrl": "https://SleipnirGroup.github.io/ChoreoLib/dep/ChoreoLib.json",
"javaDependencies": [
{
"groupId": "com.choreo.lib",
"artifactId": "ChoreoLib-java",
"version": "2024.2.3"
},
{
"groupId": "com.google.code.gson",
"artifactId": "gson",
"version": "2.10.1"
}
],
"jniDependencies": [],
"cppDependencies": [
{
"groupId": "com.choreo.lib",
"artifactId": "ChoreoLib-cpp",
"version": "2024.2.3",
"libName": "ChoreoLib",
"headerClassifier": "headers",
"sharedLibrary": false,
"skipInvalidPlatforms": true,
"binaryPlatforms": [
"windowsx86-64",
"linuxx86-64",
"osxuniversal",
"linuxathena",
"linuxarm32",
"linuxarm64"
]
}
]
}

0 comments on commit 1b02cae

Please sign in to comment.