Skip to content

Commit 2fa2381

Browse files
committed
updated REVLib
1 parent 82188ae commit 2fa2381

1 file changed

Lines changed: 68 additions & 6 deletions

File tree

vendordeps/REVLib.json

Lines changed: 68 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,55 @@
11
{
22
"fileName": "REVLib.json",
33
"name": "REVLib",
4-
"version": "2025.0.3",
4+
"version": "2026.0.0",
55
"frcYear": "2026",
66
"uuid": "3f48eb8c-50fe-43a6-9cb7-44c86353c4cb",
77
"mavenUrls": [
88
"https://maven.revrobotics.com/"
99
],
10-
"jsonUrl": "https://software-metadata.revrobotics.com/REVLib-2025.json",
10+
"jsonUrl": "https://software-metadata.revrobotics.com/REVLib-2026.json",
1111
"javaDependencies": [
1212
{
1313
"groupId": "com.revrobotics.frc",
1414
"artifactId": "REVLib-java",
15-
"version": "2025.0.3"
15+
"version": "2026.0.0"
1616
}
1717
],
1818
"jniDependencies": [
1919
{
2020
"groupId": "com.revrobotics.frc",
2121
"artifactId": "REVLib-driver",
22-
"version": "2025.0.3",
22+
"version": "2026.0.0",
23+
"skipInvalidPlatforms": true,
24+
"isJar": false,
25+
"validPlatforms": [
26+
"windowsx86-64",
27+
"linuxarm64",
28+
"linuxx86-64",
29+
"linuxathena",
30+
"linuxarm32",
31+
"osxuniversal"
32+
]
33+
},
34+
{
35+
"groupId": "com.revrobotics.frc",
36+
"artifactId": "RevLibBackendDriver",
37+
"version": "2026.0.0",
38+
"skipInvalidPlatforms": true,
39+
"isJar": false,
40+
"validPlatforms": [
41+
"windowsx86-64",
42+
"linuxarm64",
43+
"linuxx86-64",
44+
"linuxathena",
45+
"linuxarm32",
46+
"osxuniversal"
47+
]
48+
},
49+
{
50+
"groupId": "com.revrobotics.frc",
51+
"artifactId": "RevLibWpiBackendDriver",
52+
"version": "2026.0.0",
2353
"skipInvalidPlatforms": true,
2454
"isJar": false,
2555
"validPlatforms": [
@@ -36,7 +66,7 @@
3666
{
3767
"groupId": "com.revrobotics.frc",
3868
"artifactId": "REVLib-cpp",
39-
"version": "2025.0.3",
69+
"version": "2026.0.0",
4070
"libName": "REVLib",
4171
"headerClassifier": "headers",
4272
"sharedLibrary": false,
@@ -53,7 +83,7 @@
5383
{
5484
"groupId": "com.revrobotics.frc",
5585
"artifactId": "REVLib-driver",
56-
"version": "2025.0.3",
86+
"version": "2026.0.0",
5787
"libName": "REVLibDriver",
5888
"headerClassifier": "headers",
5989
"sharedLibrary": false,
@@ -66,6 +96,38 @@
6696
"linuxarm32",
6797
"osxuniversal"
6898
]
99+
},
100+
{
101+
"groupId": "com.revrobotics.frc",
102+
"artifactId": "RevLibBackendDriver",
103+
"version": "2026.0.0",
104+
"libName": "BackendDriver",
105+
"sharedLibrary": true,
106+
"skipInvalidPlatforms": true,
107+
"binaryPlatforms": [
108+
"windowsx86-64",
109+
"linuxarm64",
110+
"linuxx86-64",
111+
"linuxathena",
112+
"linuxarm32",
113+
"osxuniversal"
114+
]
115+
},
116+
{
117+
"groupId": "com.revrobotics.frc",
118+
"artifactId": "RevLibWpiBackendDriver",
119+
"version": "2026.0.0",
120+
"libName": "REVLibWpi",
121+
"sharedLibrary": true,
122+
"skipInvalidPlatforms": true,
123+
"binaryPlatforms": [
124+
"windowsx86-64",
125+
"linuxarm64",
126+
"linuxx86-64",
127+
"linuxathena",
128+
"linuxarm32",
129+
"osxuniversal"
130+
]
69131
}
70132
]
71133
}

0 commit comments

Comments
 (0)