Fixed iced_glow crate compilation when image feature is enabled and the svg feature is disabled

This commit is contained in:
Ben Wallis 2022-12-11 12:23:04 +00:00
parent 7ceb8b8d40
commit e9576edfef

View file

@ -192,7 +192,7 @@ impl Pipeline {
}
#[cfg(not(feature = "svg"))]
layer::Image::Vector { handle: _, bounds } => (None, bounds),
layer::Image::Vector { bounds, .. } => (None, bounds),
};
unsafe {