mirror of
https://github.com/emilk/egui.git
synced 2026-09-02 06:40:06 -04:00
Rename Egui to egui
Also update iamges in README.md
This commit is contained in:
@@ -58,7 +58,7 @@ impl super::View for FontBook {
|
||||
use super::font_contents_ubuntu::UBUNTU_FONT_CHARACTERS;
|
||||
|
||||
ui.label(format!(
|
||||
"Egui supports {} standard characters and {} emojis.\nClick on a character to copy it.",
|
||||
"egui supports {} standard characters and {} emojis.\nClick on a character to copy it.",
|
||||
UBUNTU_FONT_CHARACTERS.len(),
|
||||
FULL_EMOJI_LIST.len(),
|
||||
));
|
||||
|
||||
Reference in New Issue
Block a user