1
0
Fork 0

Make OpenGL the default

Since the wgpu backend is a bit crashy.
This commit is contained in:
Robbert van der Helm 2022-03-13 20:14:45 +01:00
parent 99d1ee7c0f
commit fda9cde064

View file

@ -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.