mirror of
https://github.com/emilk/egui.git
synced 2026-09-02 06:40:06 -04:00
Fix egui_web integration link in demo app
This commit is contained in:
@@ -270,6 +270,9 @@ fn show_integration_name(ui: &mut egui::Ui, integration_info: &epi::IntegrationI
|
||||
format!("https://github.com/emilk/egui/tree/master/{}", name),
|
||||
);
|
||||
}
|
||||
name if name.starts_with("egui_web") => {
|
||||
ui.hyperlink_to(name, "https://github.com/emilk/egui/tree/master/egui_web");
|
||||
}
|
||||
name => {
|
||||
ui.label(name);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user