macro_rules! github_link_file { ($github_url: expr, $label: expr) => { ... }; }
Create a Hyperlink to the current file!() on github.
Hyperlink
file!()
ui.add(egui::github_link_file!("https://github.com/YOUR/PROJECT/blob/master/", "(source code)"));