11 lines
295 B
JSON
11 lines
295 B
JSON
{
|
|
"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"]
|
|
}
|