Exclusive software rendering

How to run iced by exclusive software rendering on devices without a GPU?

You can disable the wgpu feature with

[dependencies.iced]
version = "0.12"
default-features = false

in your Cargo.toml.