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

13 строки
201 B

  1. [package]
  2. name = "async-ecs"
  3. version = "0.1.0"
  4. authors = ["Bergmann89 <info@bergmann89.de>"]
  5. edition = "2018"
  6. [dependencies]
  7. env_logger = "0.8"
  8. log = "0.4"
  9. mopa = "0.2"
  10. rand = "0.7"
  11. thiserror = "1.0"