mirror of
https://github.com/emilk/egui.git
synced 2026-08-29 04:40:03 -04:00
@@ -14,7 +14,7 @@ pub struct SvgLoader {
|
||||
}
|
||||
|
||||
impl SvgLoader {
|
||||
pub const ID: &str = egui::generate_loader_id!(SvgLoader);
|
||||
pub const ID: &'static str = egui::generate_loader_id!(SvgLoader);
|
||||
}
|
||||
|
||||
fn is_supported(uri: &str) -> bool {
|
||||
|
||||
Reference in New Issue
Block a user