1 unstable release

0.1.0 Oct 2, 2024

#603 in GUI

Download history 167/week @ 2024-10-02 51/week @ 2024-10-09 13/week @ 2024-10-16 7/week @ 2024-10-23 28/week @ 2024-10-30 48/week @ 2024-11-06 45/week @ 2024-11-13 41/week @ 2024-11-20 95/week @ 2024-11-27 116/week @ 2024-12-04

310 downloads per month
Used in 3 crates (2 directly)

MIT license

1MB
3.5K SLoC

egui_material_icons

egui_ver Latest version Documentation unsafe forbidden License

Provides material icons (now material symbols) for egui.

example:

// register the fonts:
egui_material_icons::initialize(&cc.egui_ctx);

// later in some ui:
ui.button(egui_material_icons::icons::ICON_ADD);

Currently this provides the rounded icons, I could also add a feature to enable different variants. If you need this just open an issue.

Dependencies

~4–9MB
~84K SLoC