Ingen beskrivning
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

package.json 1011B

1234567891011121314151617181920212223242526272829303132
  1. {
  2. "name": "com.unity.collections",
  3. "displayName": "Collections",
  4. "version": "2.4.0",
  5. "unity": "2022.3",
  6. "unityRelease": "11f1",
  7. "dependencies": {
  8. "com.unity.burst": "1.8.12",
  9. "com.unity.nuget.mono-cecil": "1.11.4",
  10. "com.unity.test-framework": "1.4.3",
  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*Release Preparation"
  21. },
  22. "upmCi": {
  23. "footprint": "3bfa0e6a9e6d4fe11bf7995b00db5f13dc1bf787"
  24. },
  25. "documentationUrl": "https://docs.unity3d.com/Packages/com.unity.collections@2.4/manual/index.html",
  26. "repository": {
  27. "url": "https://github.cds.internal.unity3d.com/unity/dots.git",
  28. "type": "git",
  29. "revision": "ea4236421d61011e37e71d22108c5e4e70cf71d7"
  30. },
  31. "_fingerprint": "cf7bbd1c92f28e6faaa49463739a6a980c9c32b9"
  32. }