3 releases (breaking)

0.3.0 Feb 7, 2025
0.2.0 Dec 19, 2024
0.1.0 Oct 2, 2024

#431 in GUI

Download history 31/week @ 2024-11-04 72/week @ 2024-11-11 23/week @ 2024-11-18 102/week @ 2024-11-25 72/week @ 2024-12-02 162/week @ 2024-12-09 188/week @ 2024-12-16 104/week @ 2024-12-23 112/week @ 2024-12-30 66/week @ 2025-01-06 63/week @ 2025-01-13 47/week @ 2025-01-20 31/week @ 2025-01-27 241/week @ 2025-02-03 146/week @ 2025-02-10 16/week @ 2025-02-17

438 downloads per month
Used in 4 crates (3 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.5–9MB
~89K SLoC