diff options
| author | kartofen <mladenovnasko0@gmail.com> | 2024-01-18 00:35:25 +0200 | 
|---|---|---|
| committer | kartofen <mladenovnasko0@gmail.com> | 2024-01-18 00:35:25 +0200 | 
| commit | de82bb11825e8bc5087f10605b3fe2fd926f1909 (patch) | |
| tree | 73723345f7c5ebfe8a64d4fe904fa85ea57538e1 /vendordeps | |
init
Diffstat (limited to 'vendordeps')
| -rw-r--r-- | vendordeps/WPILibNewCommands.json | 38 | 
1 files changed, 38 insertions, 0 deletions
| diff --git a/vendordeps/WPILibNewCommands.json b/vendordeps/WPILibNewCommands.json new file mode 100644 index 0000000..67bf389 --- /dev/null +++ b/vendordeps/WPILibNewCommands.json @@ -0,0 +1,38 @@ +{ +  "fileName": "WPILibNewCommands.json", +  "name": "WPILib-New-Commands", +  "version": "1.0.0", +  "uuid": "111e20f7-815e-48f8-9dd6-e675ce75b266", +  "frcYear": "2024", +  "mavenUrls": [], +  "jsonUrl": "", +  "javaDependencies": [ +    { +      "groupId": "edu.wpi.first.wpilibNewCommands", +      "artifactId": "wpilibNewCommands-java", +      "version": "wpilib" +    } +  ], +  "jniDependencies": [], +  "cppDependencies": [ +    { +      "groupId": "edu.wpi.first.wpilibNewCommands", +      "artifactId": "wpilibNewCommands-cpp", +      "version": "wpilib", +      "libName": "wpilibNewCommands", +      "headerClassifier": "headers", +      "sourcesClassifier": "sources", +      "sharedLibrary": true, +      "skipInvalidPlatforms": true, +      "binaryPlatforms": [ +        "linuxathena", +        "linuxarm32", +        "linuxarm64", +        "windowsx86-64", +        "windowsx86", +        "linuxx86-64", +        "osxuniversal" +      ] +    } +  ] +} | 
