Files
Workspace/Assets/Modules/ShrinkEventBus.Entities/Tests/ShrinkEventBus.Entities.Tests.asmdef
T
cneicy 724e0bc8d8 feat(eventbus): add platform runtimes and benchmarks
Add the Entities NativeQueue adapter, standalone .NET runtime and source generator, reproducible smoke coverage, and Unity benchmark assets for EventBus 2.0.
2026-08-26 01:17:39 +08:00

21 lines
520 B
Plaintext

{
"name": "ShrinkEventBus.Entities.Tests",
"rootNamespace": "ShrinkEventBus.Entities.Tests",
"references": [
"ShrinkEventBus.Entities.Runtime",
"ShrinkEventBus.Runtime",
"Unity.Burst",
"Unity.Collections",
"Unity.Jobs",
"UniTask",
"UnityEngine.TestRunner",
"UnityEditor.TestRunner"
],
"includePlatforms": ["Editor"],
"excludePlatforms": [],
"allowUnsafeCode": false,
"overrideReferences": false,
"autoReferenced": false,
"defineConstraints": ["UNITY_INCLUDE_TESTS"]
}