-
-
Notifications
You must be signed in to change notification settings - Fork 42
Expand file tree
/
Copy pathpackage.json
More file actions
20 lines (20 loc) · 665 Bytes
/
package.json
File metadata and controls
20 lines (20 loc) · 665 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
{
"name": "com.vertx.debugging",
"displayName": "Debugging",
"version": "3.0.3",
"unity": "2022.2",
"description": "Fast editor debugging and gizmo utilities.\n\n★ Donations help support the development of packages like these ★\n",
"author": {
"name": "Vertx",
"url": "https://github.com/vertxxyz"
},
"changelogUrl": "https://github.com/vertxxyz/Vertx.Debugging/blob/master/CHANGELOG.md",
"documentationUrl": "https://github.com/vertxxyz/Vertx.Debugging",
"keywords": [],
"category": "Tools",
"dependencies": {
"com.unity.collections": "2.1.0-exp.4",
"com.unity.burst": "1.8.8",
"com.unity.mathematics": "1.3.1"
}
}