-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathpackage.json
32 lines (32 loc) · 944 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
{
"name": "com.andywiecko.pbd2d",
"version": "0.2.0",
"displayName": "PBD2D",
"description": "Unity Position Based Dynamics in two dimensions.",
"unity": "2021.2",
"unityRelease": "5f1",
"keywords": [
"Burst",
"Physics-2d",
"Softbody-dynamics",
"Position-based-dynamics"
],
"author": {
"name": "Andrzej Więckowski",
"email": "[email protected]",
"url": "https://andywiecko.github.io/"
},
"repository": {
"type": "git",
"url": "git+https://github.com/andywiecko/PBD2D"
},
"dependencies": {
"com.unity.burst": "1.8.2",
"com.unity.collections": "1.2.4",
"com.unity.jobs": "0.11.0-preview.6",
"com.andywiecko.burst.mathutils": "1.3.1",
"com.andywiecko.burst.collections": "1.7.0",
"com.andywiecko.burst.triangulator": "1.4.0",
"com.andywiecko.ecs": "0.2.1"
}
}