Async Entity Component System based on the ideas of specs (https://github.com/amethyst/specs)
選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。

9 行
134 B

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