No Description
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.

Unity.Burst.Tests.asmdef 496B

123456789101112131415161718192021
  1. {
  2. "name": "Unity.Burst.Tests.UnitTests",
  3. "references": [
  4. "Unity.Burst",
  5. "Unity.Mathematics",
  6. "OverloadedFunctionPointers"
  7. ],
  8. "optionalUnityReferences": [
  9. "TestAssemblies"
  10. ],
  11. "includePlatforms": [],
  12. "excludePlatforms": [],
  13. "allowUnsafeCode": true,
  14. "overrideReferences": false,
  15. "precompiledReferences": [],
  16. "autoReferenced": false,
  17. "defineConstraints": [
  18. "UNITY_INCLUDE_TESTS"
  19. ],
  20. "versionDefines": []
  21. }