Files
Workspace/Assets/Modules/ShrinkEventBus.Entities/Runtime/ShrinkEventBus.Entities.Runtime.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

14 lines
299 B
Plaintext

{
"name": "ShrinkEventBus.Entities.Runtime",
"rootNamespace": "ShrinkEventBus.Entities",
"references": [
"ShrinkEventBus.Runtime",
"Unity.Collections",
"Unity.Entities"
],
"includePlatforms": [],
"excludePlatforms": [],
"allowUnsafeCode": true,
"autoReferenced": false
}