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