diff options
| author | Andrew Lee <alee14498@protonmail.com> | 2021-05-25 18:21:31 -0400 |
|---|---|---|
| committer | Andrew Lee <alee14498@protonmail.com> | 2021-05-25 18:21:31 -0400 |
| commit | 914e6702935f5b76cbb078117de575dc26e5ef1f (patch) | |
| tree | 50e31b4da500a0d37dfd5d3774d446422654105a /Packages/packages-lock.json | |
| parent | a203857b77c1e2562abcc0dda4140ac21ebea1e1 (diff) | |
| download | prototype-a-914e6702935f5b76cbb078117de575dc26e5ef1f.tar.gz prototype-a-914e6702935f5b76cbb078117de575dc26e5ef1f.tar.bz2 prototype-a-914e6702935f5b76cbb078117de575dc26e5ef1f.zip | |
Project now uses URP
Diffstat (limited to 'Packages/packages-lock.json')
| -rw-r--r-- | Packages/packages-lock.json | 70 |
1 files changed, 70 insertions, 0 deletions
diff --git a/Packages/packages-lock.json b/Packages/packages-lock.json index 3cd602a..48cc836 100644 --- a/Packages/packages-lock.json +++ b/Packages/packages-lock.json @@ -39,6 +39,66 @@ "dependencies": {}, "url": "https://packages.unity.com" }, + "com.unity.mathematics": { + "version": "1.1.0", + "depth": 1, + "source": "registry", + "dependencies": {}, + "url": "https://packages.unity.com" + }, + "com.unity.render-pipelines.core": { + "version": "10.3.2", + "depth": 1, + "source": "registry", + "dependencies": { + "com.unity.ugui": "1.0.0" + }, + "url": "https://packages.unity.com" + }, + "com.unity.render-pipelines.universal": { + "version": "10.3.2", + "depth": 0, + "source": "registry", + "dependencies": { + "com.unity.mathematics": "1.1.0", + "com.unity.render-pipelines.core": "10.3.2", + "com.unity.shadergraph": "10.3.2" + }, + "url": "https://packages.unity.com" + }, + "com.unity.searcher": { + "version": "4.3.1", + "depth": 2, + "source": "registry", + "dependencies": {}, + "url": "https://packages.unity.com" + }, + "com.unity.shadergraph": { + "version": "10.3.2", + "depth": 1, + "source": "registry", + "dependencies": { + "com.unity.render-pipelines.core": "10.3.2", + "com.unity.searcher": "4.3.1" + }, + "url": "https://packages.unity.com" + }, + "com.unity.sysroot": { + "version": "0.1.19-preview", + "depth": 1, + "source": "registry", + "dependencies": {}, + "url": "https://packages.unity.com" + }, + "com.unity.sysroot.linux-x86_64": { + "version": "0.1.14-preview", + "depth": 1, + "source": "registry", + "dependencies": { + "com.unity.sysroot": "0.1.18-preview" + }, + "url": "https://packages.unity.com" + }, "com.unity.test-framework": { "version": "1.1.22", "depth": 0, @@ -71,6 +131,16 @@ }, "url": "https://packages.unity.com" }, + "com.unity.toolchain.linux-x86_64": { + "version": "0.1.18-preview", + "depth": 0, + "source": "registry", + "dependencies": { + "com.unity.sysroot": "0.1.19-preview", + "com.unity.sysroot.linux-x86_64": "0.1.14-preview" + }, + "url": "https://packages.unity.com" + }, "com.unity.ugui": { "version": "1.0.0", "depth": 0, |
