Skip to content

Commit 87ee37b

Browse files
committed
Mysterious package changes
These appeared after reinstall and are probably necessary, hope they don't break things.
1 parent 6dc15e8 commit 87ee37b

File tree

2 files changed

+27
-0
lines changed

2 files changed

+27
-0
lines changed

Packages/manifest.json

+1
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@
2020
"com.unity.test-framework": "1.1.33",
2121
"com.unity.textmeshpro": "3.0.6",
2222
"com.unity.timeline": "1.7.4",
23+
"com.unity.toolchain.win-x86_64-linux-x86_64": "2.0.10",
2324
"com.unity.ugui": "1.0.0",
2425
"com.unity.visualeffectgraph": "14.0.7",
2526
"com.unity.visualscripting": "1.8.0",

Packages/packages-lock.json

+26
Original file line numberDiff line numberDiff line change
@@ -256,6 +256,22 @@
256256
"com.unity.searcher": "4.9.2"
257257
}
258258
},
259+
"com.unity.sysroot": {
260+
"version": "2.0.10",
261+
"depth": 1,
262+
"source": "registry",
263+
"dependencies": {},
264+
"url": "https://packages.unity.com"
265+
},
266+
"com.unity.sysroot.linux-x86_64": {
267+
"version": "2.0.9",
268+
"depth": 1,
269+
"source": "registry",
270+
"dependencies": {
271+
"com.unity.sysroot": "2.0.10"
272+
},
273+
"url": "https://packages.unity.com"
274+
},
259275
"com.unity.test-framework": {
260276
"version": "1.1.33",
261277
"depth": 0,
@@ -298,6 +314,16 @@
298314
},
299315
"url": "https://packages.unity.com"
300316
},
317+
"com.unity.toolchain.win-x86_64-linux-x86_64": {
318+
"version": "2.0.10",
319+
"depth": 0,
320+
"source": "registry",
321+
"dependencies": {
322+
"com.unity.sysroot": "2.0.10",
323+
"com.unity.sysroot.linux-x86_64": "2.0.9"
324+
},
325+
"url": "https://packages.unity.com"
326+
},
301327
"com.unity.transport": {
302328
"version": "1.4.0",
303329
"depth": 1,

0 commit comments

Comments
 (0)