Skip to content

Commit 67b344e

Browse files
committed
Prepare package for publishing
1 parent b9cacff commit 67b344e

File tree

4 files changed

+11
-12
lines changed

4 files changed

+11
-12
lines changed

src/Documentation.meta

Lines changed: 0 additions & 8 deletions
This file was deleted.
File renamed without changes.

src/package.json

Lines changed: 11 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,17 @@
11
{
2-
"category": "Unity",
2+
"name": "com.unity.mathematics",
3+
"displayName": "Mathematics",
4+
"version": "0.0.1-preview.1",
5+
"unity": "2018.1",
36
"description": "Unity's C# SIMD math library providing vector types and math functions with a shader like syntax. This package is still in experimental phase.",
47
"keywords": [
58
"unity"
69
],
7-
"name": "com.unity.mathematics",
8-
"unity": "2018.1",
9-
"version": "0.0.1-preview.1"
10+
"dependencies": {
11+
},
12+
"repository": {
13+
"type": "git",
14+
"url": "https://github.com/Unity-Technologies/Unity.Mathematics",
15+
"revision":""
16+
}
1017
}

0 commit comments

Comments
 (0)