mirror of
https://gitlab.com/veloren/veloren.git
synced 2024-08-30 18:12:32 +00:00
Merge branch 'xMAC94x/fix_tarpaulin' into 'master'
simd must be last till we have a propper vek crate update See merge request veloren/veloren!2775
This commit is contained in:
commit
f93843ba23
@ -10,7 +10,7 @@ simd = ["vek/platform_intrinsics"]
|
||||
plugins = ["common-state/plugins"]
|
||||
persistent_world = []
|
||||
|
||||
default = ["worldgen", "plugins", "simd", "persistent_world"]
|
||||
default = ["worldgen", "plugins", "persistent_world", "simd"]
|
||||
|
||||
[dependencies]
|
||||
common = { package = "veloren-common", path = "../common" }
|
||||
|
Loading…
Reference in New Issue
Block a user