Skip to content

Commit

Permalink
feat(lua): impl all methods, add callback
Browse files Browse the repository at this point in the history
this uses mlua beta but whatev api is so much better
  • Loading branch information
alemidev committed Aug 15, 2024
1 parent a8ce56b commit 79f1322
Show file tree
Hide file tree
Showing 2 changed files with 147 additions and 131 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ tracing-subscriber = { version = "0.3", optional = true }
jni = { version = "0.21", features = ["invocation"], optional = true }

# glue (lua)
mlua = { version = "0.9", features = ["module", "luajit", "send"], optional = true }
mlua = { version = "0.10.0-beta.1", features = ["module", "luajit", "send"], optional = true }

# glue (js)
napi = { version = "2.16", features = ["full"], optional = true }
Expand Down
Loading

0 comments on commit 79f1322

Please sign in to comment.