Async Entity Component System based on the ideas of specs (https://github.com/amethyst/specs)
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

13 regels
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"