forked from needle-mirror/com.unity.entities
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
34 lines (34 loc) · 1.1 KB
/
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
33
34
{
"name": "com.unity.entities",
"displayName": "Entities",
"version": "1.0.0-pre.15",
"unity": "2022.2",
"unityRelease": "0f1",
"dependencies": {
"com.unity.burst": "1.7.4",
"com.unity.serialization": "3.0.0-pre.1",
"com.unity.collections": "2.1.0-pre.2",
"com.unity.mathematics": "1.2.5",
"com.unity.modules.assetbundle": "1.0.0",
"com.unity.modules.audio": "1.0.0",
"com.unity.modules.unitywebrequest": "1.0.0",
"com.unity.test-framework.performance": "2.8.0-preview",
"com.unity.nuget.mono-cecil": "1.11.4",
"com.unity.scriptablebuildpipeline": "1.20.2",
"com.unity.profiling.core": "1.0.2"
},
"description": "The Entities package provides a modern Entity Component System (ECS) implementation with a basic set of systems and components made for Unity.",
"keywords": [
"entities",
"dots",
"unity"
],
"upmCi": {
"footprint": "dc8e74dd6617aa2055cf8ade399e5ec007284e7e"
},
"repository": {
"url": "https://github.cds.internal.unity3d.com/unity/dots.git",
"type": "git",
"revision": "82387d7cb4bc4aee07e94656ef8103860ef6ec55"
}
}