Async Entity Component System based on the ideas of specs (https://github.com/amethyst/specs)
Вы не можете выбрать более 25 тем Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.

11 строки
210 B

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