mirror of
https://gitlab.com/veloren/veloren.git
synced 2024-08-30 18:12:32 +00:00
Merge branch 'xmac94x/fix-default_publish' into 'master'
fix coverage See merge request veloren/veloren!3544
This commit is contained in:
commit
9ede001d4a
@ -35,7 +35,7 @@ shaderc-from-source = ["shaderc/build-from-source"]
|
||||
discord = ["discord-sdk"]
|
||||
|
||||
# We don't ship egui with published release builds so a separate feature is required that excludes it.
|
||||
default-publish = ["singleplayer", "native-dialog", "plugins", "simd", "discord"]
|
||||
default-publish = ["singleplayer", "native-dialog", "plugins", "discord", "simd"] # keep simd the last in this list
|
||||
# Temp for bug on current wgpu version that has access violation in vulkan when constructing egui pipeline
|
||||
default-no-egui = ["default-publish", "hot-reloading", "shaderc-from-source"]
|
||||
default = ["default-no-egui", "egui-ui"]
|
||||
|
Loading…
Reference in New Issue
Block a user