1234567891011121314151617181920212223242526272829303132 |
- {
- "name": "com.unity.collections",
- "displayName": "Collections",
- "version": "2.4.0",
- "unity": "2022.3",
- "unityRelease": "11f1",
- "dependencies": {
- "com.unity.burst": "1.8.12",
- "com.unity.nuget.mono-cecil": "1.11.4",
- "com.unity.test-framework": "1.4.3",
- "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": "### Changed\n*Release Preparation"
- },
- "upmCi": {
- "footprint": "3bfa0e6a9e6d4fe11bf7995b00db5f13dc1bf787"
- },
- "documentationUrl": "https://docs.unity3d.com/Packages/com.unity.collections@2.4/manual/index.html",
- "repository": {
- "url": "https://github.cds.internal.unity3d.com/unity/dots.git",
- "type": "git",
- "revision": "ea4236421d61011e37e71d22108c5e4e70cf71d7"
- },
- "_fingerprint": "cf7bbd1c92f28e6faaa49463739a6a980c9c32b9"
- }
|