mirror of
https://gitlab.com/veloren/veloren.git
synced 2024-08-30 18:12:32 +00:00
Merge branch 'fix-plugin-feature' into 'master'
Fix client without plugin feature See merge request veloren/veloren!4008
This commit is contained in:
commit
551209dd76
@ -6,7 +6,7 @@ version = "0.10.0"
|
||||
|
||||
[features]
|
||||
simd = ["vek/platform_intrinsics"]
|
||||
plugins = ["toml", "tar", "wasmer", "bincode", "plugin-api", "serde"]
|
||||
plugins = ["toml", "tar", "wasmer", "wasmer-wasix-types", "bincode", "plugin-api", "serde"]
|
||||
|
||||
default = ["simd"]
|
||||
|
||||
@ -36,7 +36,7 @@ wasmer = { version = "4.0.0", optional = true, default-features = false, feature
|
||||
bincode = { workspace = true, optional = true }
|
||||
plugin-api = { package = "veloren-plugin-api", path = "../../plugin/api", optional = true }
|
||||
timer-queue = "0.1.0"
|
||||
wasmer-wasix-types = { version = "0.9.0", default-features = false }
|
||||
wasmer-wasix-types = { version = "0.9.0", optional = true, default-features = false }
|
||||
|
||||
# Tweak running code
|
||||
#inline_tweak = { version = "1.0.8", features = ["release_tweak"] }
|
||||
|
Loading…
Reference in New Issue
Block a user