We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e0c90c1 commit 7f5633eCopy full SHA for 7f5633e
README.md
@@ -32,9 +32,12 @@ build = {
32
type = "rust-mlua",
33
34
modules = {
35
- -- Native library expected in `<target_path>/release/libmy_module.so` (linux; uses right name on macos/windows)
+ -- Native library expected
36
+ -- in `<target_path>/release/libmy_module.so` (os-dependent)
37
+ ["my_module"] = "my_module",
38
"my_module",
- -- More complex case, native library expected in `<target_path>/release/libalt_name.so`
39
+ -- More complex case,
40
+ -- native library expected in `<target_path>/release/libalt_name.so`
41
["my_module"] = "alt_name",
42
},
43
0 commit comments