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.