Cargo Features
iced_fonts has no features set by default.
[dependencies]
iced_fonts = { version = "0.3.0", features = ["full", "advanced_text", "bootstrap", "codicon", "devicon", "fontawesome", "lucide", "material", "nerd", "octicons", "pomicons"] }
- full = bootstrap, codicon, devicon, fontawesome, lucide, material, nerd, octicons, pomicons
- advanced_text
-
Enables advanced_text of iced_fonts_macros
- bootstrap full?
-
Affects
iced_fonts::BOOTSTRAP_FONT_BYTES,iced_fonts::BOOTSTRAP_FONT… - codicon full?
-
Affects
iced_fonts::CODICON_FONT_BYTES,iced_fonts::CODICON_FONT… - devicon full?
-
Affects
iced_fonts::DEVICON_FONT_BYTES,iced_fonts::DEVICON_FONT… - fontawesome full?
-
Affects
iced_fonts::FONTAWESOME_FONT_BYTES,iced_fonts::FONTAWESOME_FONT… - lucide full?
-
Affects
iced_fonts::LUCIDE_FONT_BYTES,iced_fonts::LUCIDE_FONT… - material full?
- nerd full?
-
Affects
iced_fonts::NERD_FONT_BYTES,iced_fonts::NERD_FONT… - octicons full?
-
Affects
iced_fonts::OCTICONS_FONT_BYTES,iced_fonts::OCTICONS_FONT… - pomicons full?
-
Affects
iced_fonts::POMICONS_FONT_BYTES,iced_fonts::POMICONS_FONT…