summaryrefslogtreecommitdiffhomepage
path: root/ROADMAP.md
diff options
context:
space:
mode:
authorRay <[email protected]>2023-03-13 10:54:06 +0100
committerRay <[email protected]>2023-03-13 10:54:06 +0100
commit90e36d188386181e9bb0bf5de7ef087d4033c66b (patch)
tree9612b4da3d92dba9294ab17038a5b81008470296 /ROADMAP.md
parent8873aca268fdd6ecea657b91a9ea0e2910b3430c (diff)
downloadraylib-90e36d188386181e9bb0bf5de7ef087d4033c66b.tar.gz
raylib-90e36d188386181e9bb0bf5de7ef087d4033c66b.zip
Update ROADMAP.md
Diffstat (limited to 'ROADMAP.md')
-rw-r--r--ROADMAP.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/ROADMAP.md b/ROADMAP.md
index f25f8345..0d126c86 100644
--- a/ROADMAP.md
+++ b/ROADMAP.md
@@ -9,7 +9,7 @@ Here it is a wishlist with features and ideas to improve the library. Note that
_Current version of raylib is complete and functional but there is always room for improvements._
**raylib 4.x**
- - [ ] Redesign camera module (more flexible) ([#1143](https://github.com/raysan5/raylib/issues/1143), https://github.com/raysan5/raylib/discussions/2507)
+ - [x] Redesign camera module (more flexible) ([#1143](https://github.com/raysan5/raylib/issues/1143), https://github.com/raysan5/raylib/discussions/2507)
- [ ] Redesign gestures system, improve touch inputs management
- [ ] Redesign raudio module, implement miniaudio high-level provided features
- [x] Better documentation and improved examples