mirror of
https://github.com/emilk/egui.git
synced 2026-09-01 14:20:04 -04:00
@@ -20,7 +20,7 @@ pub struct FileLoader {
|
||||
}
|
||||
|
||||
impl FileLoader {
|
||||
pub const ID: &str = egui::generate_loader_id!(FileLoader);
|
||||
pub const ID: &'static str = egui::generate_loader_id!(FileLoader);
|
||||
}
|
||||
|
||||
const PROTOCOL: &str = "file://";
|
||||
|
||||
Reference in New Issue
Block a user