Fix conditional compilation in iced_renderer
This commit is contained in:
parent
ae2d59ae96
commit
9d5ff12063
1 changed files with 1 additions and 0 deletions
|
|
@ -252,6 +252,7 @@ impl<T> crate::graphics::geometry::Renderer for Renderer<T> {
|
|||
crate::Geometry::TinySkia(primitive) => {
|
||||
renderer.draw_primitive(primitive);
|
||||
}
|
||||
#[cfg(feature = "wgpu")]
|
||||
crate::Geometry::Wgpu(_) => unreachable!(),
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue