mirror of
https://github.com/hexedtech/codemp.git
synced 2024-11-22 07:14:50 +01:00
fix: lua off
This commit is contained in:
parent
9acb7b6007
commit
6e33339fa9
1 changed files with 1 additions and 1 deletions
|
@ -52,7 +52,7 @@ napi-build = { version = "2", optional = true }
|
|||
pyo3-build-config = { version = "0.19", optional = true }
|
||||
|
||||
[features]
|
||||
default = ["lua"]
|
||||
default = []
|
||||
lua = ["mlua", "lazy_static", "tracing-subscriber"]
|
||||
java = ["lazy_static", "jni", "tracing-subscriber"]
|
||||
js = ["napi-build", "tracing-subscriber", "napi", "napi-derive"]
|
||||
|
|
Loading…
Reference in a new issue