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