summaryrefslogtreecommitdiff
path: root/TODO.md
diff options
context:
space:
mode:
authorHampusM <hampus@hampusmat.com>2024-06-17 20:04:27 +0200
committerHampusM <hampus@hampusmat.com>2024-06-17 20:04:27 +0200
commit0ca4deaa00d403ae5743434c7b63bc13b821c5ad (patch)
tree5df0b4d9d5802ac66cb01e726c0a9609cc8ad22b /TODO.md
parent61ce6ce0a603384b07ede2d149f6ec0542a2d03e (diff)
doc: add fixing ecs crate 'extension' example to todo list
Diffstat (limited to 'TODO.md')
-rw-r--r--TODO.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/TODO.md b/TODO.md
index 1478996..76a45bb 100644
--- a/TODO.md
+++ b/TODO.md
@@ -2,6 +2,7 @@
- [x] Non-hardcoded projection settings
- [x] Model importing
- [x] Multiple light sources
+- [ ] Fix the ECS member crate "extension" example
- [ ] Make ECS framework use archetypes
- [ ] Add support for entity tags in ECS framework
- [ ] Add support for adding components to entities at runtime in ECS framework