mirror of
https://github.com/robbert-vdh/nih-plug.git
synced 2026-07-01 02:36:54 +00:00
Make OpenGL the default
Since the wgpu backend is a bit crashy.
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user