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

17 lines
469 B
JSON

{
"name": "com.cneicy.shrink-eventbus-entities",
"version": "0.1.0",
"displayName": "ShrinkEventBus Entities",
"description": "Burst-safe NativeQueue writer and playback adapter for ShrinkEventBus.",
"unity": "2022.3",
"dependencies": {
"com.cneicy.shrink-eventbus": "2.0.0",
"com.unity.entities": "1.0.11"
},
"keywords": ["eventbus", "entities", "burst", "ecs"],
"author": {
"name": "cneicy",
"url": "https://github.com/cneicy"
}
}