Skip to content

Commit

Permalink
Initial Load of ThriftyLib 2024
Browse files Browse the repository at this point in the history
  • Loading branch information
jasondaming committed Oct 25, 2024
1 parent 2004dc2 commit 45b34b5
Show file tree
Hide file tree
Showing 2 changed files with 44 additions and 0 deletions.
8 changes: 8 additions & 0 deletions 2024.json
Original file line number Diff line number Diff line change
Expand Up @@ -134,5 +134,13 @@
"uuid": "1ccce5a4-acd2-4d18-bca3-4b8047188400",
"description": "YAGSL is a Swerve Library Developed by current and former BroncBotz mentors for all FRC Teams.",
"website": "https://yagsl.gitbook.io/yagsl"
},
{
"path": "2024/ThriftyLib-0.9.3.json",
"name": "ThriftyLib",
"version": "0.9.3",
"uuid": "60b2694b-9e6e-4026-81ee-6f167946f4b0",
"description": "ThriftyLib supports the The Thrifty Bot hardware.",
"website": "https://docs.home.thethriftybot.com/"
}
]
36 changes: 36 additions & 0 deletions 2024/ThriftyLib-0.9.3.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
{
"fileName": "ThriftyLib.json",
"name": "ThriftyLib",
"version": "0.9.3",
"frcYear": "2024",
"uuid": "60b2694b-9e6e-4026-81ee-6f167946f4b0",
"mavenUrls": [
"https://docs.home.thethriftybot.com/ThriftyLib/Latest/ThriftyLib_2024_0-9-3.jar"
],
"jsonUrl": "https://docs.home.thethriftybot.com/ThriftyLib/Latest/ThriftyLib.json",
"javaDependencies": [
{
"groupId": "com.TheThriftyBot.frc",
"artifactId": "TheThriftyBot-java",
"version": "0.9.3"
}
],
"jniDependencies": [
{
"groupId": "com.thethriftybot.frc",
"artifactId": "thethriftybot-driver",
"version": "0.9.3",
"skipInvalidPlatforms": true,
"isJar": false,
"validPlatforms": [
"windowsx86-64",
"windowsx86",
"linuxarm64",
"linuxx86-64",
"linuxathena",
"linuxarm32",
"osxuniversal"
]
}
]
}

0 comments on commit 45b34b5

Please sign in to comment.