Cargo Features
[dependencies]
patternfly-yew = { version = "0.6.3", default-features = false, features = ["legacy", "experimental", "tree", "icons-far", "icons-fab", "localization", "yew-nested-router"] }
- default = yew-nested-router
-
The
yew-nested-router
feature is set by default wheneverpatternfly-yew
is added without
somewhere in the dependency tree.default-features = false - legacy
-
things which go away any minute
- experimental = tree
- tree experimental?
-
Affects
components::tree
… - icons-far
-
Enable FontAwesome regular (FAR) and/or brand (FAB) icons, remember to import the font in your application
- icons-fab
- localization
-
Enables localization of the names of the months and days of the week
Enables sys-locale, unstable-locales of chrono
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.
- yew-nested-router default