forked from andywiecko/BurstTriangulator
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
26 lines (26 loc) · 781 Bytes
/
package.json
File metadata and controls
26 lines (26 loc) · 781 Bytes
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
{
"name": "com.andywiecko.burst.triangulator",
"version": "3.4.0",
"displayName": "Burst Triangulator",
"description": "A single-file package which provides Delaunay triangulation of the given set of points with constraints and mesh refinement.",
"unity": "2022.2",
"unityRelease": "1f1",
"keywords": [
"Burst",
"Triangulation",
"Mesh-refinement"
],
"author": {
"name": "Andrzej Więckowski",
"email": "andywiecko@gmail.com",
"url": "https://andywiecko.github.io/"
},
"repository": {
"type": "git",
"url": "git+https://github.com/andywiecko/BurstTriangulator"
},
"dependencies": {
"com.unity.burst": "1.8.7",
"com.unity.collections": "2.2.0"
}
}