mirror of
https://github.com/redstrate/Kawari.git
synced 2025-04-20 14:47:45 +00:00
Disable default features for mlua
This commit is contained in:
parent
0085b1f4bf
commit
f961d7a78e
1 changed files with 2 additions and 2 deletions
|
@ -76,7 +76,7 @@ binrw = { version = "0.14", features = ["std"], default-features = false }
|
||||||
md5 = { version = "0.7", default-features = false }
|
md5 = { version = "0.7", default-features = false }
|
||||||
|
|
||||||
# Used to access game data
|
# Used to access game data
|
||||||
physis = { git = "https://github.com/redstrate/physis" }
|
physis = { git = "https://github.com/redstrate/physis", default-features = false }
|
||||||
|
|
||||||
# Used for data persistence
|
# Used for data persistence
|
||||||
rusqlite = { version = "0.34", features = ["bundled"], default-features = false }
|
rusqlite = { version = "0.34", features = ["bundled"], default-features = false }
|
||||||
|
@ -86,4 +86,4 @@ rusqlite = { version = "0.34", features = ["bundled"], default-features = false
|
||||||
bitflags = { version = "1.3", default-features = false }
|
bitflags = { version = "1.3", default-features = false }
|
||||||
|
|
||||||
# For server-side scripting
|
# For server-side scripting
|
||||||
mlua = { version = "0.10", features = ["lua51", "vendored", "send", "async"] }
|
mlua = { version = "0.10", features = ["lua51", "vendored", "send", "async"], default-features = false }
|
||||||
|
|
Loading…
Add table
Reference in a new issue