@@ -41,15 +41,15 @@ features.
41
41
42
42
The available features are:
43
43
44
- | Cargo feature | Lua version | Notes
45
- | ------------- | ----------- |
46
- | builtin-lua54 | Lua 5.4 (source included in package, default) |
47
- | builtin-lua53 | Lua 5.3 (source included in package) |
48
- | builtin-lua51 | Lua 5.1 (source included in package) |
49
- | system-lua54 | Lua 5.4 (installed on host system, found using pkg-config) |
50
- | system-lua53 | Lua 5.3 (installed on host system, found using pkg-config) |
51
- | system-lua51 | Lua 5.1 (installed on host system, found using pkg-config) |
52
- | system-luajit | LuaJIT 2.x (installed on host system, found using pkg-config) | Memory limits not available
44
+ | Cargo feature | Lua version | Notes |
45
+ | ------------- | ----------- | ----- |
46
+ | builtin-lua54 | Lua 5.4 (source included in package, default) | |
47
+ | builtin-lua53 | Lua 5.3 (source included in package) | |
48
+ | builtin-lua51 | Lua 5.1 (source included in package) | |
49
+ | system-lua54 | Lua 5.4 (installed on host system, found using pkg-config) | |
50
+ | system-lua53 | Lua 5.3 (installed on host system, found using pkg-config) | |
51
+ | system-lua51 | Lua 5.1 (installed on host system, found using pkg-config) | |
52
+ | system-luajit | LuaJIT 2.x (installed on host system, found using pkg-config) | Memory limits not available |
53
53
54
54
## Loading external C (or other compiled) modules
55
55
0 commit comments