Cargo Features
[dependencies]
ajour = { version = "1.0.1", default-features = false, features = ["wgpu", "opengl"] }
- default = wgpu
-
The
wgpu
feature is set by default wheneverajour
is added without
somewhere in the dependency tree.default-features = false - 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.