Fixed iced_glow crate compilation when image feature is enabled and the svg feature is disabled
This commit is contained in:
parent
7ceb8b8d40
commit
e9576edfef
1 changed files with 1 additions and 1 deletions
|
|
@ -192,7 +192,7 @@ impl Pipeline {
|
|||
}
|
||||
|
||||
#[cfg(not(feature = "svg"))]
|
||||
layer::Image::Vector { handle: _, bounds } => (None, bounds),
|
||||
layer::Image::Vector { bounds, .. } => (None, bounds),
|
||||
};
|
||||
|
||||
unsafe {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue