Age | Commit message (Expand) | Author |
---|---|---|
2024-07-29 | docs(ecs): make examples work correctly | HampusM |
2024-04-10 | chore(ecs): remove Event trait id method & take events by value | HampusM |
2024-03-12 | feat(ecs): make components internally mutable | HampusM |
2024-03-02 | feat(ecs): add event trait | HampusM |
2024-02-29 | feat(ecs): add iterating over queries non-mutably | HampusM |
2024-02-26 | fix(ecs): make Component trait not automatic & add derive macro | HampusM |
2024-02-26 | feat(ecs): add support for multiple system queries & local components | HampusM |