-
Notifications
You must be signed in to change notification settings - Fork 0
/
Crewmate.json
36 lines (36 loc) · 1010 Bytes
/
Crewmate.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
{
"fileName": "Crewmate.json",
"name": "Crewmate",
"version": "1.0.1",
"frcYear": "2025",
"uuid": "72eb755b-a7f7-4401-b99b-5b9cc39df113",
"jsonUrl": "https://TheHighlanders.github.io/Crewmate/Crewmate.json",
"javaDependencies": [
{
"groupId": "crewmate.lib",
"artifactId": "Crewmate-java",
"version": "0.0.1"
}
],
"jniDependencies": [],
"cppDependencies": [
{
"groupId": "crewmate.lib",
"artifactId": "crewmate-cpp",
"version": "0.0.1",
"libName": "Crewmate",
"headerClassifier": "headers",
"sharedLibrary": false,
"skipInvalidPlatforms": true,
"binaryPlatforms": [
"windowsx86-64",
"windowsx86",
"linuxarm64",
"linuxx86-64",
"linuxathena",
"linuxarm32",
"osxuniversal"
]
}
]
}