egui-phosphor icon indicating copy to clipboard operation
egui-phosphor copied to clipboard

Phosphor icons for egui

Results 8 egui-phosphor issues
Sort by recently updated
recently updated
newest added

Thanks for your work on this crate! I am using it with `notan` and due to different `egui` versions in my dependency tree the `egui::FontData` i get from `font_data()` does...

It appears that ranges of icons in (at least) the `thin` module are misplaced in an "off by one" fashion. If you use `LIST` you get `LIST_PLUS` and this affects...

To lint the code correctly I added some lints and fixed them

As already mentioned in #18 Here is an approach by using the build.rs to download new icons - I don't know if it is that good because it might fail...

It would be useful for new users to see the example commands in the README fixes #21

Please add instructions for running the examples. cargo run --release --features="thin light regular bold fill" --example multiple_variants

On every commit into main this script now gets triggered to check if there are new icons available

How does application size change with usage of this crate? For example, if I add a single icon, are ALL icons included in the binary, or does the compiler (or...