This commit is contained in:
2026-09-10 10:59:37 +03:00
commit 5408d711b1
32 changed files with 5116 additions and 0 deletions
+10
View File
@@ -0,0 +1,10 @@
{
"id": "live2d",
"name": "Live2D Cubism",
"version": "1.0.0",
"author": "ct",
"description": "Live2D Cubism C# runtime: model loading, rendering, physics, animation, effects",
"depends": ["core>=1"],
"depends_native": ["native/*.dll"],
"sources": ["src/*.cs"]
}