Skip to content

Commit e506fcd

Browse files
committed
Update core
1 parent 62fffa6 commit e506fcd

File tree

2 files changed

+27
-0
lines changed

2 files changed

+27
-0
lines changed

Packages/manifest.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
"com.unity.test-framework": "1.1.24",
88
"com.unity.textmeshpro": "3.0.4",
99
"com.unity.timeline": "1.5.2",
10+
"com.unity.toolchain.win-x86_64-linux-x86_64": "0.1.19-preview",
1011
"com.unity.ugui": "1.0.0",
1112
"com.unity.visualscripting": "1.5.2",
1213
"com.unity.modules.ai": "1.0.0",

Packages/packages-lock.json

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,22 @@
3737
"dependencies": {},
3838
"url": "https://packages.unity.com"
3939
},
40+
"com.unity.sysroot": {
41+
"version": "0.1.19-preview",
42+
"depth": 1,
43+
"source": "registry",
44+
"dependencies": {},
45+
"url": "https://packages.unity.com"
46+
},
47+
"com.unity.sysroot.linux-x86_64": {
48+
"version": "0.1.14-preview",
49+
"depth": 1,
50+
"source": "registry",
51+
"dependencies": {
52+
"com.unity.sysroot": "0.1.18-preview"
53+
},
54+
"url": "https://packages.unity.com"
55+
},
4056
"com.unity.test-framework": {
4157
"version": "1.1.24",
4258
"depth": 0,
@@ -69,6 +85,16 @@
6985
},
7086
"url": "https://packages.unity.com"
7187
},
88+
"com.unity.toolchain.win-x86_64-linux-x86_64": {
89+
"version": "0.1.19-preview",
90+
"depth": 0,
91+
"source": "registry",
92+
"dependencies": {
93+
"com.unity.sysroot": "0.1.19-preview",
94+
"com.unity.sysroot.linux-x86_64": "0.1.14-preview"
95+
},
96+
"url": "https://packages.unity.com"
97+
},
7298
"com.unity.ugui": {
7399
"version": "1.0.0",
74100
"depth": 0,

0 commit comments

Comments
 (0)