Cargo Features
[dependencies]
ymc = { version = "0.1.0", default-features = false, features = ["full", "banner", "button", "card", "checkbox", "chips", "circular-progress-four-color", "circular-progress", "data-table", "dialog", "drawer", "fab", "formfield", "icon-button-toggle", "icon-button", "icon", "image-list", "linear-progress", "list", "menu", "radio", "select", "slider", "snackbar", "switch", "tabs", "textfield", "tooltip", "top-app-bar-fixed", "top-app-bar", "wee_alloc"] }
- default = full
-
The
full
feature is set by default wheneverymc
is added without
somewhere in the dependency tree.default-features = false - full default = banner, button, card, checkbox, chips, circular-progress, circular-progress-four-color, data-table, dialog, drawer, fab, formfield, icon, icon-button, icon-button-toggle, image-list, linear-progress, list, menu, radio, select, slider, snackbar, switch, tabs, textarea, textfield, tooltip, top-app-bar, top-app-bar-fixed
-
Affects
ymc::banner
… -
Affects
ymc::button
… - card full
-
Affects
ymc::card
… - checkbox full
-
Affects
ymc::checkbox
… - chips full
-
Affects
ymc::chip
… - circular-progress-four-color full
-
Affects
ymc::circular_progress_four_color
… - circular-progress full
-
Affects
ymc::circular_progress
… - data-table full
-
Affects
ymc::datatable
… - dialog full
-
Affects
ymc::dialog
… - drawer full
-
Affects
ymc::drawer
… - fab full
-
Affects
ymc::fab
… - formfield full
-
Affects
ymc::form_field
… -
Affects
ymc::icon_button_toggle
… -
Affects
ymc::icon_button
… - icon full
-
Affects
ymc::icon
… - image-list full
-
Affects
ymc::image_list
… - linear-progress full
-
Affects
ymc::linear_progress
… - list full
-
Affects
ymc::list
… -
Affects
ymc::menu
… - radio full
-
Affects
ymc::radio
… - select full
-
Affects
ymc::select
… - slider full
-
Affects
ymc::slider
… - snackbar full
-
Affects
ymc::snackbar
… - switch full
-
Affects
ymc::switch
… - tabs full
-
Affects
ymc::tabs
… - textarea textfield full
-
Affects
ymc::text_inputs
,text_inputs::ValidityTransform
… - tooltip full
-
Affects
ymc::tooltip
… - top-app-bar-fixed full
-
Affects
ymc::top_app_bar_fixed
… - top-app-bar full
-
Affects
ymc::top_app_bar
…