From de672a85d2778c47fce0d412cea787405388330c Mon Sep 17 00:00:00 2001 From: jussi Date: Sat, 30 Aug 2025 16:41:05 +0300 Subject: DrawMeshInstanced takes transforms as Buffer. --- README.md | 3 +++ 1 file changed, 3 insertions(+) (limited to 'README.md') diff --git a/README.md b/README.md index e7a5bc5..1f5772a 100644 --- a/README.md +++ b/README.md @@ -33,6 +33,9 @@ List of some MISSING features that are planned to be included. For specific func * v0.9 +* v1.0 + * raylib 6.0 + ## Usage Application needs 'main.lua' or 'main' file as entry point. ReiLua executable will first look it from same directory. Alternatively, path to the folder where "main.lua" is located can be given as argument. There are seven Lua functions that the framework will call, 'RL.init', 'RL.update', 'RL.draw', 'RL.event', 'RL.log', 'RL.exit' and 'RL.config'. -- cgit v1.2.3