Skip to content

Commit

Permalink
Added PlayingWithFusion libraries for 2025 (#83)
Browse files Browse the repository at this point in the history
* Added libPlayingWithFusion 2025

* Removed x86 platforms

* Updated libPlayingWithFusion to 2025.01.04

* Fixed JSON name

* Fixed JSON name
  • Loading branch information
CodingWithFusion authored Jan 8, 2025
1 parent cc15da2 commit d8cd080
Show file tree
Hide file tree
Showing 2 changed files with 74 additions and 0 deletions.
68 changes: 68 additions & 0 deletions 2025/PlayingWithFusion-2025.01.04.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,68 @@
{
"fileName": "PlayingWithFusion-2025.01.04.json",
"name": "PlayingWithFusion",
"version": "2025.01.04",
"uuid": "14b8ad04-24df-11ea-978f-2e728ce88125",
"frcYear": "2025",
"jsonUrl": "https://www.playingwithfusion.com/frc/playingwithfusion2025.json",
"mavenUrls": [
"https://www.playingwithfusion.com/frc/maven/"
],
"javaDependencies": [
{
"groupId": "com.playingwithfusion.frc",
"artifactId": "PlayingWithFusion-java",
"version": "2025.01.04"
}
],
"jniDependencies": [
{
"groupId": "com.playingwithfusion.frc",
"artifactId": "PlayingWithFusion-driver",
"version": "2025.01.04",
"skipInvalidPlatforms": true,
"isJar": false,
"validPlatforms": [
"windowsx86-64",
"linuxarm64",
"linuxx86-64",
"linuxathena",
"osxuniversal"
]
}
],
"cppDependencies": [
{
"groupId": "com.playingwithfusion.frc",
"artifactId": "PlayingWithFusion-cpp",
"version": "2025.01.04",
"headerClassifier": "headers",
"sharedLibrary": false,
"libName": "PlayingWithFusion",
"skipInvalidPlatforms": true,
"binaryPlatforms": [
"windowsx86-64",
"linuxarm64",
"linuxx86-64",
"linuxathena",
"osxuniversal"
]
},
{
"groupId": "com.playingwithfusion.frc",
"artifactId": "PlayingWithFusion-driver",
"version": "2025.01.04",
"headerClassifier": "headers",
"sharedLibrary": true,
"libName": "PlayingWithFusionDriver",
"skipInvalidPlatforms": true,
"binaryPlatforms": [
"windowsx86-64",
"linuxarm64",
"linuxx86-64",
"linuxathena",
"osxuniversal"
]
}
]
}
6 changes: 6 additions & 0 deletions 2025_metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -89,5 +89,11 @@
"name": "LumynLabs",
"description": "Vendor library for interfacing with ConnectorX and ConnectorX Animate",
"website": "https://docs.lumynlabs.com/"
},
{
"uuid": "14b8ad04-24df-11ea-978f-2e728ce88125",
"name": "PlayingWithFusion",
"description": "Library for all Playing with Fusion devices including Venom smart motors, time of flight sensors and more",
"website": "https://www.playingwithfusion.com/static/frc.php"
}
]

0 comments on commit d8cd080

Please sign in to comment.