feat: add shared runtime and codegen support

This commit is contained in:
2026-09-05 02:33:58 +08:00
parent a6011cd01d
commit 8aa4c79604
8 changed files with 125 additions and 776 deletions
+4 -2
View File
@@ -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",