From 60f4c4faecfd78d01b4e0745e5364f12ed026618 Mon Sep 17 00:00:00 2001 From: Fabrizio Perria Date: Thu, 28 Feb 2019 11:16:58 +0100 Subject: [PATCH] Add missing package to manifest --- Unity.Mathematics.TestProject/Packages/manifest.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Unity.Mathematics.TestProject/Packages/manifest.json b/Unity.Mathematics.TestProject/Packages/manifest.json index 535de458..03785f96 100644 --- a/Unity.Mathematics.TestProject/Packages/manifest.json +++ b/Unity.Mathematics.TestProject/Packages/manifest.json @@ -1,6 +1,7 @@ { "dependencies": { - "com.unity.mathematics": "file:../../package" + "com.unity.mathematics": "file:../../package", + "com.unity.properties": "0.4.0-preview" }, "testables": [ "com.unity.mathematics"