Cargo Features

[dependencies]
iced_aw = { version = "0.14.1", default-features = false, features = ["full", "badge", "card", "date_picker", "color_picker", "tab_bar", "tabs", "time_picker", "wrap", "number_input", "typed_input", "selection_list", "menu", "quad", "spinner", "context_menu", "slide_bar", "drop_down", "sidebar", "labeled_frame", "custom_layout", "debug_log"] }
default = full

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

full default = badge, card, color_picker, context_menu, custom_layout, date_picker, drop_down, labeled_frame, menu, number_input, quad, selection_list, sidebar, slide_bar, spinner, tab_bar, tabs, time_picker, wrap
badge full

Affects style::badge, helpers::badge, widget::badge

card full

Affects style::card, helpers::card, widget::card

date_picker full = chrono

Affects core::date, style::date_picker, helpers::date_picker, overlay::date_picker, widget::date_picker

color_picker full

Enables canvas of iced_widget

Affects core::color, style::color_picker, helpers::color_picker, helpers::color_picker_with_change, overlay::color_picker, widget::color_picker

tab_bar full tabs?

Affects style::tab_bar, widget::tab_bar

tabs full = tab_bar

Affects widget::tabs

time_picker full = chrono

Enables canvas of iced_widget

Affects core::clock, core::time, style::time_picker, helpers::time_picker, overlay::time_picker, widget::time_picker

wrap full

Affects helpers::wrap_horizontal, helpers::wrap_vertical, widget::wrap

number_input full = num-format, num-traits, typed_input

Affects style::number_input, helpers::number_input, widget::number_input

typed_input number_input?

Affects helpers::typed_input, widget::typed_input

selection_list full

Affects style::selection_list, helpers::selection_list_with, helpers::selection_list, widget::selection_list

menu full

Affects style::menu_bar, widget::menu

quad full

Affects widget::quad

spinner full

Affects widget::spinner

context_menu full

Affects style::context_menu, overlay::context_menu, widget::context_menu

slide_bar full

Affects widget::slide_bar

drop_down full

Affects core::offset, core::alignment, widget::drop_down

sidebar full

Affects style::sidebar, widget::sidebar

labeled_frame full

Affects widget::labeled_frame

custom_layout full

Affects widget::custom_layout

debug_log = log

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.

chrono date_picker? time_picker?
num-format number_input?
num-traits number_input?
log debug_log?