Async Entity Component System based on the ideas of specs (https://github.com/amethyst/specs)
25'ten fazla konu seçemezsiniz Konular bir harf veya rakamla başlamalı, kısa çizgiler ('-') içerebilir ve en fazla 35 karakter uzunluğunda olabilir.

14 satır
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