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.

9 satır
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" }