Cargo Features
promkit-widgets has no features set by default.
[dependencies]
promkit-widgets = { version = "0.1.0", features = ["all", "checkbox", "jsonstream", "listbox", "text", "texteditor", "tree"] }
- all = checkbox, jsonstream, listbox, text, texteditor, tree
- checkbox all? = listbox
-
Affects
promkit-widgets::checkbox
… - jsonstream all?
-
Enables rayon, serde, and serde_json
Affects
promkit-widgets::jsonstream
… - listbox all? checkbox?
-
Affects
promkit-widgets::listbox
… - text all?
-
Affects
promkit-widgets::text
… - texteditor all?
-
Affects
promkit-widgets::text_editor
… - tree all?
-
Affects
promkit-widgets::tree
…