Cargo Features
[dependencies]
zng-wgt-material-icons = { version = "0.3.20", default-features = false, features = ["embedded", "outlined", "filled", "rounded", "sharp"] }
- default = embedded, filled, outlined, rounded, sharp
-
These default features are set whenever
zng-wgt-material-icons
is added without
somewhere in the dependency tree.default-features = false - embedded default
-
Embedded font files.
Affects
zng-wgt-material-icons::outlined.FONT_BYTES
,zng-wgt-material-icons::filled.FONT_BYTES
,zng-wgt-material-icons::rounded.FONT_BYTES
,zng-wgt-material-icons::sharp.FONT_BYTES
… - outlined default
-
Outlined icon set.
Affects
zng-wgt-material-icons::outlined
… - filled default
-
Filled icon set.
Affects
zng-wgt-material-icons::filled
… - rounded default
-
Rounded icon set.
Affects
zng-wgt-material-icons::rounded
… - sharp default
-
Sharp icon set.
Affects
zng-wgt-material-icons::sharp
…