From fdaaa24338a66f4fa4e7679cf85f9fd46015b842 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marcel=20M=C3=A4rtens?= Date: Thu, 18 Aug 2022 09:00:16 +0200 Subject: [PATCH] fix coverage --- voxygen/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/voxygen/Cargo.toml b/voxygen/Cargo.toml index ab62c523cf..d956487fff 100644 --- a/voxygen/Cargo.toml +++ b/voxygen/Cargo.toml @@ -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"]