Skip to content

Commit 5861168

Browse files
committed
adding doglog
1 parent 2004dc2 commit 5861168

File tree

2 files changed

+28
-0
lines changed

2 files changed

+28
-0
lines changed

2025.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,5 +46,13 @@
4646
"uuid": "1b42324f-17c6-4875-8e77-1c312bc8c786",
4747
"description": "PathPlanner's powerful robot-side vendor library",
4848
"website": "https://pathplanner.dev/pathplannerlib.html"
49+
},
50+
{
51+
"path": "2025/DogLog-2025.0.0.json",
52+
"name": "DogLog",
53+
"version": "2025.0.0",
54+
"uuid": "65592ce1-2251-4a31-8e4b-2df20dacebe4",
55+
"description": "Simpler logging for FRC",
56+
"website": "https://doglog.dev/"
4957
}
5058
]

2025/DogLog-2025.0.0.json

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
{
2+
"javaDependencies": [
3+
{
4+
"groupId": "com.github.jonahsnider",
5+
"artifactId": "doglog",
6+
"version": "2025.0.0"
7+
}
8+
],
9+
"fileName": "DogLog.json",
10+
"frcYear": "2025",
11+
"jsonUrl": "https://doglog.dev/vendordep.json",
12+
"name": "DogLog",
13+
"jniDependencies": [],
14+
"mavenUrls": [
15+
"https://jitpack.io"
16+
],
17+
"cppDependencies": [],
18+
"version": "2025.0.0",
19+
"uuid": "65592ce1-2251-4a31-8e4b-2df20dacebe4"
20+
}

0 commit comments

Comments
 (0)