summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorAlex Orlenko <zxteam@protonmail.com>2021-11-07 13:07:22 +0000
committerAlex Orlenko <zxteam@protonmail.com>2021-11-07 13:07:22 +0000
commit204eedde3cbf93eb87a76848269238dadb2bd8e4 (patch)
tree6191d46a08507a66e2adae854d400b12df7d1c68 /README.md
parentfbc2973affb266dc56f7d66fb11e4937177bc4c0 (diff)
parentd0641d812f6845585e56ac32d1d708159226dcfe (diff)
downloadmlua-204eedde3cbf93eb87a76848269238dadb2bd8e4.zip
Merge branch 'dev'
Diffstat (limited to 'README.md')
-rw-r--r--README.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/README.md b/README.md
index 4bf5df4..68a7b71 100644
--- a/README.md
+++ b/README.md
@@ -33,6 +33,7 @@ Below is a list of the available feature flags. By default `mlua` does not enabl
* `lua52`: activate Lua [5.2] support
* `lua51`: activate Lua [5.1] support
* `luajit`: activate [LuaJIT] support
+* `luajit52`: activate [LuaJIT] support with partial compatibility with Lua 5.2
* `vendored`: build static Lua(JIT) library from sources during `mlua` compilation using [lua-src] or [luajit-src] crates
* `module`: enable module mode (building loadable `cdylib` library for Lua)
* `async`: enable async/await support (any executor can be used, eg. [tokio] or [async-std])