Skip to content

Commit 1e6ea0f

Browse files
committed
Update packages-lock.json
1 parent 8157078 commit 1e6ea0f

File tree

1 file changed

+28
-1
lines changed

1 file changed

+28
-1
lines changed

Packages/packages-lock.json

Lines changed: 28 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,15 @@
1818
"source": "builtin",
1919
"dependencies": {}
2020
},
21+
"com.unity.burst": {
22+
"version": "1.8.4",
23+
"depth": 1,
24+
"source": "registry",
25+
"dependencies": {
26+
"com.unity.mathematics": "1.2.1"
27+
},
28+
"url": "https://packages.unity.com"
29+
},
2130
"com.unity.ext.nunit": {
2231
"version": "1.0.6",
2332
"depth": 1,
@@ -50,6 +59,13 @@
5059
"dependencies": {},
5160
"url": "https://packages.unity.com"
5261
},
62+
"com.unity.mathematics": {
63+
"version": "1.2.6",
64+
"depth": 1,
65+
"source": "registry",
66+
"dependencies": {},
67+
"url": "https://packages.unity.com"
68+
},
5369
"com.unity.nuget.newtonsoft-json": {
5470
"version": "3.2.1",
5571
"depth": 1,
@@ -59,14 +75,25 @@
5975
},
6076
"com.unity.render-pipelines.core": {
6177
"version": "12.1.12",
62-
"depth": 2,
78+
"depth": 1,
6379
"source": "builtin",
6480
"dependencies": {
6581
"com.unity.ugui": "1.0.0",
6682
"com.unity.modules.physics": "1.0.0",
6783
"com.unity.modules.jsonserialize": "1.0.0"
6884
}
6985
},
86+
"com.unity.render-pipelines.universal": {
87+
"version": "12.1.12",
88+
"depth": 0,
89+
"source": "builtin",
90+
"dependencies": {
91+
"com.unity.mathematics": "1.2.1",
92+
"com.unity.burst": "1.8.4",
93+
"com.unity.render-pipelines.core": "12.1.12",
94+
"com.unity.shadergraph": "12.1.12"
95+
}
96+
},
7097
"com.unity.searcher": {
7198
"version": "4.9.1",
7299
"depth": 2,

0 commit comments

Comments
 (0)