-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
27 lines (27 loc) · 952 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
{
"name": "com.tricehelix.genericburstjobs",
"version": "2.0.2",
"displayName": "Generic Burst Jobs",
"description": "Support for Generic, Burst compiled Jobs through automatic code analysis and generation",
"unity": "2020.3",
"documentationUrl": "https://github.com/TriceHelix/GenericBurstJobs",
"changelogUrl": "https://github.com/TriceHelix/GenericBurstJobs/commits/upm",
"license": "LICENSE.txt",
"licensesUrl": "https://github.com/TriceHelix/GenericBurstJobs/blob/upm/LICENSE.txt",
"dependencies": {
"com.unity.burst": "1.8.0",
"com.unity.collections": "1.5.0",
"com.unity.nuget.mono-cecil" : "1.11.0",
"com.unity.nuget.newtonsoft-json": "3.2.0"
},
"keywords": [
"jobs system",
"burst compiler",
"code analysis"
],
"author": {
"name": "Trice Helix",
"email": "trice.helix@gmail.com",
"url": "https://github.com/TriceHelix"
}
}