From 1b371ed3e2c54fb50fce7c48e681d9c6f682d807 Mon Sep 17 00:00:00 2001 From: Geri Date: Sun, 26 Feb 2023 23:18:26 +0100 Subject: [PATCH] Test --- Packages/manifest.json | 1 + Packages/packages-lock.json | 26 ++++++++++++++++++++++++++ 2 files changed, 27 insertions(+) diff --git a/Packages/manifest.json b/Packages/manifest.json index 88ebc79..15b37c5 100644 --- a/Packages/manifest.json +++ b/Packages/manifest.json @@ -10,6 +10,7 @@ "com.unity.render-pipelines.universal": "12.1.7", "com.unity.test-framework": "1.3.3", "com.unity.textmeshpro": "3.0.6", + "com.unity.toolchain.win-x86_64-linux-x86_64": "2.0.4", "com.unity.ugui": "1.0.0", "com.unity.modules.ai": "1.0.0", "com.unity.modules.androidjni": "1.0.0", diff --git a/Packages/packages-lock.json b/Packages/packages-lock.json index c069cf3..77eed82 100644 --- a/Packages/packages-lock.json +++ b/Packages/packages-lock.json @@ -212,6 +212,22 @@ "com.unity.searcher": "4.9.1" } }, + "com.unity.sysroot": { + "version": "2.0.5", + "depth": 1, + "source": "registry", + "dependencies": {}, + "url": "https://packages.unity.com" + }, + "com.unity.sysroot.linux-x86_64": { + "version": "2.0.4", + "depth": 1, + "source": "registry", + "dependencies": { + "com.unity.sysroot": "2.0.5" + }, + "url": "https://packages.unity.com" + }, "com.unity.test-framework": { "version": "1.3.3", "depth": 0, @@ -232,6 +248,16 @@ }, "url": "https://packages.unity.com" }, + "com.unity.toolchain.win-x86_64-linux-x86_64": { + "version": "2.0.4", + "depth": 0, + "source": "registry", + "dependencies": { + "com.unity.sysroot": "2.0.5", + "com.unity.sysroot.linux-x86_64": "2.0.4" + }, + "url": "https://packages.unity.com" + }, "com.unity.ugui": { "version": "1.0.0", "depth": 0,