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" }