[][src]Macro egui::github_link_file_line

macro_rules! github_link_file_line {
    ($github_url:expr, $label:expr) => { ... };
}

Create a Hyperlink to this file (and line) on Github Example: ui.add(github_link_file_line!("https://github.com/YOUR/PROJECT/blob/master/", "(source code)"));