From fda9cde064974718ec3057b11fcd59bdbe97e772 Mon Sep 17 00:00:00 2001 From: Robbert van der Helm Date: Sun, 13 Mar 2022 20:14:45 +0100 Subject: [PATCH] Make OpenGL the default Since the wgpu backend is a bit crashy. --- nih_plug_iced/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nih_plug_iced/Cargo.toml b/nih_plug_iced/Cargo.toml index f063cd47..8b3d98d2 100644 --- a/nih_plug_iced/Cargo.toml +++ b/nih_plug_iced/Cargo.toml @@ -8,7 +8,7 @@ license = "ISC" description = "An adapter to use iced GUIs with NIH-plug" [features] -default = ["wgpu"] +default = ["opengl"] # Use wgpu rendering, which translates to Vulkan, Metal, or Direct3D12 depending # on the platform.