mirror of
https://gitlab.com/veloren/veloren.git
synced 2024-08-30 18:12:32 +00:00
Added default features to fix the issue
This commit is contained in:
parent
b5ca279634
commit
bf6c913656
@ -6,7 +6,7 @@ edition = "2018"
|
|||||||
|
|
||||||
[features]
|
[features]
|
||||||
worldgen = ["server/worldgen"]
|
worldgen = ["server/worldgen"]
|
||||||
default = ["worldgen"]
|
default = ["worldgen", "plugins"]
|
||||||
tracy = ["common/tracy", "tracing-tracy"]
|
tracy = ["common/tracy", "tracing-tracy"]
|
||||||
plugins = ["server/plugins"]
|
plugins = ["server/plugins"]
|
||||||
|
|
||||||
|
@ -15,7 +15,7 @@ singleplayer = ["server"]
|
|||||||
tweak = ["const-tweaker"]
|
tweak = ["const-tweaker"]
|
||||||
simd = ["vek/platform_intrinsics"]
|
simd = ["vek/platform_intrinsics"]
|
||||||
tracy = ["tracing-tracy", "common/tracy"]
|
tracy = ["tracing-tracy", "common/tracy"]
|
||||||
plugins = ["client/plugins"]
|
plugins = ["client/plugins","server/plugins"]
|
||||||
|
|
||||||
default = ["gl", "singleplayer", "native-dialog", "plugins", "simd"]
|
default = ["gl", "singleplayer", "native-dialog", "plugins", "simd"]
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user