Async Entity Component System based on the ideas of specs (https://github.com/amethyst/specs)
您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

11 行
181 B

  1. [workspace]
  2. members = [
  3. "asparit",
  4. "async-ecs",
  5. "async-ecs-derive",
  6. ]
  7. [patch.crates-io]
  8. asparit = { path = "asparit" }
  9. async-ecs-derive = { path = "async-ecs-derive" }