Merge pull request #1593 from ben-wallis/xvar/fix-glow-image-svg

Fixed iced_glow crate compilation when image feature is enabled and the svg feature is disabled
This commit is contained in:
Héctor Ramón 2022-12-13 00:18:19 +01:00 committed by GitHub
commit 02182eea45
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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 {