pub const EXTERNAL_LINK: Icon;
Used for HTTP URLs that lead out of the app.
Remember to also use .on_hover_cursor(egui::CursorIcon::PointingHand), but don’t add .on_hover_text(url).
.on_hover_cursor(egui::CursorIcon::PointingHand)
.on_hover_text(url)