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:
commit
02182eea45
1 changed files with 1 additions and 1 deletions
|
|
@ -192,7 +192,7 @@ impl Pipeline {
|
||||||
}
|
}
|
||||||
|
|
||||||
#[cfg(not(feature = "svg"))]
|
#[cfg(not(feature = "svg"))]
|
||||||
layer::Image::Vector { handle: _, bounds } => (None, bounds),
|
layer::Image::Vector { bounds, .. } => (None, bounds),
|
||||||
};
|
};
|
||||||
|
|
||||||
unsafe {
|
unsafe {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue