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