| Crates.io | egui_material_icons |
| lib.rs | egui_material_icons |
| version | 0.4.0 |
| created_at | 2024-10-02 21:22:36.13838+00 |
| updated_at | 2025-07-11 18:11:43.866231+00 |
| description | Material icons for egui. |
| homepage | |
| repository | https://github.com/lucasmerlin/hello_egui/tree/main/crates/egui_material_icons |
| max_upload_size | |
| id | 1394653 |
| size | 2,903,036 |
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.