Cargo Features

[dependencies]
cw-axe = { version = "0.2.0", default-features = false, features = ["ui"] }
default = ui

The ui feature is set by default whenever cw-axe is added without default-features = false somewhere in the dependency tree.

ui default = eframe, egui, egui_extras

Features from optional dependencies

In crates that don't use the dep: syntax, optional dependencies automatically become Cargo features. These features may have been created by mistake, and this functionality may be removed in the future.

egui ui
egui_extras ui
eframe ui