summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorjussi2023-10-27 01:18:32 +0300
committerjussi2023-10-27 01:18:32 +0300
commit4cb4edcaf0d8b08d888a60d1a5d36f6e3690a4df (patch)
treeb3ed110baa08e4ac1ef7ac144cfea6b564de8761 /README.md
parent6be8d71fac6dfdc3a4a55e342c61435b8906c8b9 (diff)
downloadreilua-enhanced-4cb4edcaf0d8b08d888a60d1a5d36f6e3690a4df.tar.gz
reilua-enhanced-4cb4edcaf0d8b08d888a60d1a5d36f6e3690a4df.tar.bz2
reilua-enhanced-4cb4edcaf0d8b08d888a60d1a5d36f6e3690a4df.zip
Roadmap fix.
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index f8ba801..e3ab0c1 100644
--- a/README.md
+++ b/README.md
@@ -31,10 +31,10 @@ List of some MISSING features that are planned to be included. For specific func
## Roadmap
-v0.6
+* v0.6
* Switch from id based objects to Lua userdata(like most bindings). Resources won't be stored in State anymore.
* Change argument checking to use more luaL_checkx functions and remove the TraceLog messages.
-v0.7
+* v0.7
* Switch to Raylib v5.0?
## Usage