A game about forced loneliness, made by TACStudios
1{
2 "name": "com.unity.collections",
3 "displayName": "Collections",
4 "version": "2.5.1",
5 "unity": "2022.3",
6 "unityRelease": "11f1",
7 "dependencies": {
8 "com.unity.burst": "1.8.17",
9 "com.unity.nuget.mono-cecil": "1.11.4",
10 "com.unity.test-framework": "1.4.5",
11 "com.unity.test-framework.performance": "3.0.3"
12 },
13 "description": "A C# collections library providing data structures that can be used in jobs, and optimized by Burst compiler.",
14 "keywords": [
15 "dots",
16 "collections",
17 "unity"
18 ],
19 "_upm": {
20 "changelog": "### Changed\n* Updated Burst dependency to version 1.8.17\n* Updated Unity Test Framework dependency to version 1.4.5\n* Updated entities packages dependencies\n\n### Fixed\n* Certain cases would cause an ILPostProcessor to fail, blocking compilation, but no more."
21 },
22 "upmCi": {
23 "footprint": "35e38e7ad66aabae7ebf2bb73418e2225dbd8fec"
24 },
25 "documentationUrl": "https://docs.unity3d.com/Packages/com.unity.collections@2.5/manual/index.html",
26 "repository": {
27 "url": "https://github.cds.internal.unity3d.com/unity/dots.git",
28 "type": "git",
29 "revision": "5b0dea6b455f5df005c19fa984ddfa237d6cd707"
30 },
31 "_fingerprint": "56bff8827a7ef6d44fcee4f36e558a74da89c1a0"
32}