feat: add shared runtime and codegen support
This commit is contained in:
+4
-2
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "com.cneicy.shrink-eventbus",
|
||||
"version": "2.0.1",
|
||||
"version": "2.1.0",
|
||||
"displayName": "ShrinkEventBus",
|
||||
"description": "多 Bus、特性强类型注册、UniTask 调度与低分配发布的 Unity 事件总线。",
|
||||
"unity": "2022.3",
|
||||
@@ -9,7 +9,9 @@
|
||||
"licensesUrl": "https://git.crash.work/ShrinkSDK/ShrinkEventBus/src/branch/main/LICENSE",
|
||||
"dependencies": {
|
||||
"com.cysharp.unitask": "2.5.10",
|
||||
"com.unity.nuget.mono-cecil": "1.11.4"
|
||||
"com.unity.nuget.mono-cecil": "1.11.4",
|
||||
"com.cneicy.shrink-shared-codegen": "0.1.0",
|
||||
"com.cneicy.shrink-runtime-abstractions": "0.1.0"
|
||||
},
|
||||
"keywords": [
|
||||
"eventbus",
|
||||
|
||||
Reference in New Issue
Block a user