Skip to content

Commit

Permalink
Fix conditional compilation in iced_renderer
Browse files Browse the repository at this point in the history
  • Loading branch information
hecrj committed Nov 12, 2023
1 parent ae2d59a commit 9d5ff12
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions renderer/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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!(),
}
}
Expand Down

0 comments on commit 9d5ff12

Please sign in to comment.