Cargo Features

[dependencies]
easy-wgpu = { version = "0.5.0", default-features = false, features = ["with-gui"] }
default = with-gui

The with-gui feature is set by default whenever easy-wgpu is added without default-features = false somewhere in the dependency tree.

with-gui default

Enables epaint ^0.29

easy-wgpu has 2 features without comments.