summaryrefslogtreecommitdiff
path: root/ecs/src/lock.rs
AgeCommit message (Collapse)Author
2025-02-04fix(ecs): make ComponentRef & ComponentRefMut deref not able to panicHampusM
2025-02-04chore(ecs): use parking_lot for inner rwlock of LockHampusM
2025-02-02chore(ecs): remove 'debug' crate featureHampusM
2025-01-05feat(ecs): allow control over component mutability in queryHampusM
2024-08-21refactor(ecs): fix clippy lintsHampusM
2024-08-12feat(ecs): add action to add component(s) to entityHampusM
2024-08-02feat(ecs): add relationshipsHampusM
2024-04-06refactor(ecs): fix Clippy lintsHampusM
2024-03-29feat(ecs): make World unwind safeHampusM