Fix conditional wgpu blocks in iced_renderer

This commit is contained in:
Héctor Ramón Jiménez 2025-11-21 02:11:27 +01:00
parent 84e559813a
commit c70f2ed91d
No known key found for this signature in database
GPG key ID: 7CC46565708259A7
2 changed files with 6 additions and 6 deletions

View file

@ -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,