We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 21a4fd0 commit e546037Copy full SHA for e546037
1 file changed
package.json
@@ -1,14 +1,20 @@
1
{
2
"name": "com.strangeloopgames.nativetime",
3
"displayName": "NativeTime",
4
- "version": "0.1.0",
+ "version": "0.1.1",
5
"unity": "2020.3",
6
- "unityRelease": "0f1",
7
- "description": "NativeTime",
+ "author": {
+ "name": "Strange Loop Games",
8
+ "email": "simon@strangeloopgames.com",
9
+ "url": "https://github.com/StrangeLoopGames/NativeTime"
10
+ },
11
+ "description": "NativeTime is a bust compatible high resolution timer",
12
"keywords": [
- "NativeTime"
13
+ "NativeTime",
14
+ "stopwatch",
15
+ "timer",
16
+ "burst"
17
],
- "type": "library",
18
"dependencies": {
19
"com.unity.collections": "0.1.0"
20
},
0 commit comments