Async Entity Component System based on the ideas of specs (https://github.com/amethyst/specs)
Nie możesz wybrać więcej, niż 25 tematów Tematy muszą się zaczynać od litery lub cyfry, mogą zawierać myślniki ('-') i mogą mieć do 35 znaków.

14 wiersze
204 B

  1. [package]
  2. name = "async-ecs-derive"
  3. version = "0.1.0"
  4. authors = ["Bergmann89 <info@bergmann89.de>"]
  5. edition = "2018"
  6. [dependencies]
  7. syn = "1.0"
  8. quote = "1.0"
  9. proc-macro2 = "1.0"
  10. [lib]
  11. proc-macro = true