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:
@@ -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:");
|
||||
|
||||
Reference in New Issue
Block a user