summaryrefslogtreecommitdiff
path: root/ecs/src/phase.rs
AgeCommit message (Collapse)Author
3 daysfix(ecs): remove use of linkme to make pc-windows-gnu builds workHampusM
Linkme is broken on the x86_64-pc-windows-gnu target (see https://github.com/dtolnay/linkme/issues/25) so static entities are now called entity declarations and must be created manually.
2025-04-23refactor(ecs): remove PRESENT phaseHampusM
2025-04-10feat(ecs): replace Relationship component with pair UID supportHampusM
2024-12-09refactor(ecs): use phases for system orderingHampusM