summaryrefslogtreecommitdiff
path: root/ecs/Cargo.toml
AgeCommit message (Expand)Author
2024-11-02feat(ecs): add creating static entitiesHampusM
2024-06-22fix(ecs): disable system param compatability checks by defaultHampusM
2024-03-29feat(ecs): make World unwind safeHampusM
2024-03-02chore(ecs): remove build dependenciesHampusM
2024-02-28refactor(ecs): use better system input type filtering solutionHampusM
2024-02-26fix(ecs): make Component trait not automatic & add derive macroHampusM
2024-02-26feat(ecs): add support for multiple system queries & local componentsHampusM
2024-02-18feat: add entity component system libraryHampusM