mirror of
https://github.com/DCFApixels/DragonECS.git
synced 2025-09-17 17:34:36 +08:00

commit 1914307cbab5ee9b69d71014505d4b371b14eb75 Author: DCFApixels <99481254+DCFApixels@users.noreply.github.com> Date: Tue Aug 26 14:50:20 2025 +0800 up version to 0.9.19 commit d15d4412f1a5a31aaf227e5893c1b3aaba35bf05 Author: DCFApixels <99481254+DCFApixels@users.noreply.github.com> Date: Tue Aug 26 14:47:55 2025 +0800 fix array growth commit7015bbcc1b
Author: DCFApixels <99481254+DCFApixels@users.noreply.github.com> Date: Sat Aug 23 22:48:39 2025 +0800 fix commit64fd11b072
Author: DCFApixels <99481254+DCFApixels@users.noreply.github.com> Date: Sat Aug 23 22:45:32 2025 +0800 fix
26 lines
554 B
JSON
26 lines
554 B
JSON
{
|
|
"name": "com.dcfa_pixels.dragonecs",
|
|
"author":
|
|
{
|
|
"name": "DCFApixels",
|
|
"url": "https://github.com/DCFApixels"
|
|
},
|
|
"displayName": "DragonECS",
|
|
"description": "C# Entity Component System Framework",
|
|
"unity": "2020.3",
|
|
"version": "0.9.19",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/DCFApixels/DragonECS.git"
|
|
},
|
|
"dependencies": { },
|
|
"keywords":
|
|
[
|
|
"ecs",
|
|
"performance",
|
|
"dragonecs",
|
|
"dragon-ecs",
|
|
"framework"
|
|
]
|
|
}
|