Fix conditional wgpu blocks in iced_renderer
This commit is contained in:
parent
84e559813a
commit
c70f2ed91d
2 changed files with 6 additions and 6 deletions
|
|
@ -411,7 +411,7 @@ where
|
|||
}
|
||||
}
|
||||
|
||||
#[cfg(feature = "wgpu")]
|
||||
#[cfg(feature = "wgpu-bare")]
|
||||
impl<A, B> iced_wgpu::primitive::Renderer for Renderer<A, B>
|
||||
where
|
||||
A: iced_wgpu::primitive::Renderer,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue