Firstborn/Library/PackageCache/com.unity.burst@1.8.4/Tests/Runtime/Unity.Burst.Tests.asmdef

21 lines
496 B
Plaintext
Raw Normal View History

2023-03-28 13:24:16 -04:00
{
"name": "Unity.Burst.Tests.UnitTests",
"references": [
"Unity.Burst",
"Unity.Mathematics",
"OverloadedFunctionPointers"
2023-03-28 13:24:16 -04:00
],
"optionalUnityReferences": [
"TestAssemblies"
],
"includePlatforms": [],
"excludePlatforms": [],
"allowUnsafeCode": true,
"overrideReferences": false,
"precompiledReferences": [],
"autoReferenced": false,
2023-03-28 13:24:16 -04:00
"defineConstraints": [
"UNITY_INCLUDE_TESTS"
],
"versionDefines": []
}