Cargo Features

[dependencies]
ajour = { version = "1.0.1", default-features = false, features = ["wgpu", "opengl"] }
default = wgpu

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

wgpu default

Enables wgpu of ajour-widgets, default_system_font and wgpu of iced ^0.2.0

opengl

Enables opengl of ajour-widgets, glow and glow_default_system_font of iced ^0.2.0

Ajour has 3 features without comments.