Cargo Features
[dependencies]
google_material_symbols = { version = "0.2.4", default-features = false, features = ["svg-preview", "iced"] }
- default = svg-preview
-
The
svg-preview
feature is set by default whenevergoogle_material_symbols
is added without
somewhere in the dependency tree.default-features = false - svg-preview default
-
Enables extended-svg of font-map and font-map-core
- iced
-
Enables iced
google_material_symbols has 3 features without comments.