Make OpenGL the default
Since the wgpu backend is a bit crashy.
This commit is contained in:
parent
99d1ee7c0f
commit
fda9cde064
|
@ -8,7 +8,7 @@ license = "ISC"
|
||||||
description = "An adapter to use iced GUIs with NIH-plug"
|
description = "An adapter to use iced GUIs with NIH-plug"
|
||||||
|
|
||||||
[features]
|
[features]
|
||||||
default = ["wgpu"]
|
default = ["opengl"]
|
||||||
|
|
||||||
# Use wgpu rendering, which translates to Vulkan, Metal, or Direct3D12 depending
|
# Use wgpu rendering, which translates to Vulkan, Metal, or Direct3D12 depending
|
||||||
# on the platform.
|
# on the platform.
|
||||||
|
|
Loading…
Reference in a new issue