-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathPixelent.json
More file actions
39 lines (39 loc) · 1.06 KB
/
Pixelent.json
File metadata and controls
39 lines (39 loc) · 1.06 KB
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
37
38
39
{
This line is to purposely make this fail to parse
"fileName": "Pixelent.json",
"name": "Pixelent",
"version": "0.0.1",
"frcYear": "2024",
"uuid": "9000dc15-8b00-4c1a-b9eb-b0216089e101",
"mavenUrls": [
"ThisNeedsToBeTheRootMavenUrl"
],
"jsonUrl": "InsertSomeUrlHere",
"javaDependencies": [
{
"groupId": "org.pixelators.pixelent",
"artifactId": "Pixelent-java",
"version": "0.0.1"
}
],
"cppDependencies": [
{
"groupId": "org.pixelators.pixelent",
"artifactId": "Pixelent-cpp",
"version": "0.0.1",
"libName": "Pixelent",
"headerClassifier": "headers",
"sharedLibrary": false,
"skipInvalidPlatforms": true,
"binaryPlatforms": [
"windowsx86-64",
"windowsx86",
"linuxarm64",
"linuxx86-64",
"linuxathena",
"linuxarm32",
"osxuniversal"
]
}
]
}