Bez popisu
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 940B

12345678910111213141516171819202122232425262728
  1. {
  2. "name": "com.unity.collections",
  3. "displayName": "Collections",
  4. "version": "1.2.4",
  5. "unity": "2020.3",
  6. "unityRelease": "17f1",
  7. "dependencies": {
  8. "com.unity.burst": "1.6.6",
  9. "com.unity.test-framework": "1.1.31"
  10. },
  11. "description": "A C# collections library providing data structures that can be used in jobs, and optimized by Burst compiler.",
  12. "keywords": [
  13. "dots",
  14. "collections",
  15. "unity"
  16. ],
  17. "upm": {
  18. "changelog": "### Changed\n\n* Reverted some NativeArray test changes that were introduced in 1.0.0-pre.4\n\n### Fixed\n\n* Added an assembly definition file for sample code in the package to avoid spurious warnings when adding the package"
  19. },
  20. "upmCi": {
  21. "footprint": "2e3bf6bc7be60e397777c2b26ebd0a8e27aeddd0"
  22. },
  23. "repository": {
  24. "url": "https://github.cds.internal.unity3d.com/unity/dots.git",
  25. "type": "git",
  26. "revision": "32d153034bea0703098263469b88c73619422782"
  27. }
  28. }