-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathpackage.json
32 lines (32 loc) · 1.07 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
{
"name": "com.unity.collections",
"displayName": "Collections",
"version": "2.5.2",
"unity": "2022.3",
"unityRelease": "11f1",
"dependencies": {
"com.unity.burst": "1.8.18",
"com.unity.mathematics": "1.3.2",
"com.unity.nuget.mono-cecil": "1.11.4",
"com.unity.test-framework": "1.4.5",
"com.unity.test-framework.performance": "3.0.3"
},
"description": "A C# collections library providing data structures that can be used in jobs, and optimized by Burst compiler.",
"keywords": [
"dots",
"collections",
"unity"
],
"_upm": {
"changelog": "### Added\n\n* Added an explicit Mathematics 1.3.2 dependency\n\n### Fixed\n\n* Fixed incorrect behavior of `UnsafeBitArray.ReadOnly.TestNone`"
},
"upmCi": {
"footprint": "74549f1dae68648fe06bc98863e951679bf447c6"
},
"documentationUrl": "https://docs.unity3d.com/Packages/[email protected]/manual/index.html",
"repository": {
"url": "https://github.cds.internal.unity3d.com/unity/dots.git",
"type": "git",
"revision": "05bb8b738d908a2d757d25ca253ed16f35bdc78d"
}
}