Skip to content

Commit

Permalink
Remove webp URI test from image crate loader
Browse files Browse the repository at this point in the history
  • Loading branch information
xangelix committed Oct 29, 2024
1 parent ba509e9 commit 2a53476
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion crates/egui_extras/src/loaders/image_loader.rs
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,6 @@ mod tests {
assert!(is_supported_uri("https://test.png"));
assert!(is_supported_uri("test.jpeg"));
assert!(is_supported_uri("http://test.gif"));
assert!(is_supported_uri("test.webp"));
assert!(is_supported_uri("file://test"));
assert!(!is_supported_uri("test.svg"));
}
Expand Down

0 comments on commit 2a53476

Please sign in to comment.