21 lines
545 B
JSON
21 lines
545 B
JSON
{
|
|
"name": "com.cneicy.shrink-shared-codegen",
|
|
"version": "0.1.0",
|
|
"displayName": "Shrink Shared CodeGen",
|
|
"description": "ShrinkApp、ShrinkCommand 与 ShrinkNetwork 共用的 Unity IL 后处理注册表生成器。",
|
|
"unity": "2022.3",
|
|
"dependencies": {
|
|
"com.unity.nuget.mono-cecil": "1.11.4"
|
|
},
|
|
"keywords": [
|
|
"codegen",
|
|
"ilpp",
|
|
"registry"
|
|
],
|
|
"author": {
|
|
"name": "cneicy",
|
|
"url": "https://git.crash.work/ShrinkSDK"
|
|
},
|
|
"documentationUrl": "https://git.crash.work/ShrinkSDK/ShrinkShared.CodeGen"
|
|
}
|