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.
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
{
|
||||
"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"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user