diff options
author | Alex Orlenko <zxteam@protonmail.com> | 2021-11-07 13:07:22 +0000 |
---|---|---|
committer | Alex Orlenko <zxteam@protonmail.com> | 2021-11-07 13:07:22 +0000 |
commit | 204eedde3cbf93eb87a76848269238dadb2bd8e4 (patch) | |
tree | 6191d46a08507a66e2adae854d400b12df7d1c68 /README.md | |
parent | fbc2973affb266dc56f7d66fb11e4937177bc4c0 (diff) | |
parent | d0641d812f6845585e56ac32d1d708159226dcfe (diff) | |
download | mlua-204eedde3cbf93eb87a76848269238dadb2bd8e4.zip |
Merge branch 'dev'
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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]) |