Mirror of Svelto.ECS because we're a fan of it
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.

Svelto.ECS.Components.asmdef 564B

1234567891011121314151617181920212223
  1. {
  2. "name": "Svelto.ECS.Components.Unity",
  3. "references": [
  4. "Unity.Mathematics",
  5. "Svelto.ECS",
  6. "Svelto.Common"
  7. ],
  8. "optionalUnityReferences": [],
  9. "includePlatforms": [],
  10. "excludePlatforms": [],
  11. "allowUnsafeCode": false,
  12. "overrideReferences": false,
  13. "precompiledReferences": [],
  14. "autoReferenced": true,
  15. "defineConstraints": [],
  16. "versionDefines": [
  17. {
  18. "name": "com.unity.mathematics",
  19. "expression": "0.0.9",
  20. "define": "UNITY_MATHEMATICS"
  21. }
  22. ]
  23. }