24 lines
616 B
JSON
24 lines
616 B
JSON
{
|
|
"name": "com.cneicy.shrink-context-core",
|
|
"version": "0.1.0",
|
|
"displayName": "ShrinkContext Core",
|
|
"description": "Cordis 时空可组合性范式的 Unity/C# 原型核心:可逆效应追踪、响应式余效应与组件纤程生命周期。",
|
|
"unity": "2022.3",
|
|
"dependencies": {
|
|
"com.cysharp.unitask": "2.5.10"
|
|
},
|
|
"keywords": [
|
|
"context",
|
|
"composability",
|
|
"effect",
|
|
"coeffect",
|
|
"fiber",
|
|
"cordis"
|
|
],
|
|
"author": {
|
|
"name": "cneicy",
|
|
"url": "https://git.crash.work/ShrinkSDK"
|
|
},
|
|
"documentationUrl": "https://git.crash.work/ShrinkSDK/ShrinkContext.Core"
|
|
}
|