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