Skip to content

Commit

Permalink
Fix failing test
Browse files Browse the repository at this point in the history
  • Loading branch information
lucasmerlin committed Oct 3, 2024
1 parent 73b2406 commit 0fedb5b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions crates/egui_material_icons/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,13 @@ Provides material icons (now material symbols) for egui.

example:

```
```no_build
// 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.
Currently, this provides the rounded icons, I could also add a feature to enable different variants.
If you need this just open an issue.

0 comments on commit 0fedb5b

Please sign in to comment.