Async Entity Component System based on the ideas of specs (https://github.com/amethyst/specs)
Nevar pievienot vairāk kā 25 tēmas Tēmai ir jāsākas ar burtu vai ciparu, tā var saturēt domu zīmes ('-') un var būt līdz 35 simboliem gara.

9 rindas
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" }