mirror of
https://github.com/emilk/egui.git
synced 2026-08-31 22:00:03 -04:00
Don't export macros that should only be pub(crate)
This commit is contained in:
@@ -34,7 +34,7 @@ impl epi::App for EasyMarkEditor {
|
||||
egui::TopBottomPanel::bottom("easy_mark_bottom").show(ctx, |ui| {
|
||||
let layout = egui::Layout::top_down(egui::Align::Center).with_main_justify(true);
|
||||
ui.allocate_ui_with_layout(ui.available_size(), layout, |ui| {
|
||||
ui.add(crate::__egui_github_link_file!())
|
||||
ui.add(crate::egui_github_link_file!())
|
||||
})
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user