1
0
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:
Emil Ernerfeldt
2021-01-17 14:48:59 +01:00
parent 9dba63fa3f
commit 31b7eda51e
55 changed files with 173 additions and 172 deletions

View File

@@ -62,7 +62,7 @@ impl super::View for WidgetGallery {
ui.end_row();
ui.label("Hyperlink:");
ui.add(egui::Hyperlink::new("https://github.com/emilk/egui").text("Egui home page"));
ui.add(egui::Hyperlink::new("https://github.com/emilk/egui").text("egui home page"));
ui.end_row();
ui.label("Text Input:");