From 980a06b95ed1f437b17cd61f5c1ff7f5390eb2b4 Mon Sep 17 00:00:00 2001 From: Ashley Date: Sun, 3 Jul 2022 14:37:21 +0200 Subject: [PATCH] Don't force the webgl backend in egui-wgpu (#1781) --- egui-wgpu/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/egui-wgpu/Cargo.toml b/egui-wgpu/Cargo.toml index 0b52931f..12cb9527 100644 --- a/egui-wgpu/Cargo.toml +++ b/egui-wgpu/Cargo.toml @@ -40,7 +40,7 @@ egui = { version = "0.18.1", path = "../egui", default-features = false, feature bytemuck = "1.7" tracing = "0.1" type-map = "0.5.0" -wgpu = { version = "0.12", features = ["webgl"] } +wgpu = "0.12" #! ### Optional dependencies ## Enable this when generating docs.