Remove old widget modules in iced_renderer
This commit is contained in:
parent
33f6262944
commit
226eac35c3
1 changed files with 0 additions and 12 deletions
|
|
@ -1,14 +1,2 @@
|
||||||
#[cfg(feature = "canvas")]
|
|
||||||
pub mod canvas;
|
|
||||||
|
|
||||||
#[cfg(feature = "canvas")]
|
|
||||||
pub use canvas::Canvas;
|
|
||||||
|
|
||||||
#[cfg(feature = "qr_code")]
|
|
||||||
pub mod qr_code;
|
|
||||||
|
|
||||||
#[cfg(feature = "qr_code")]
|
|
||||||
pub use qr_code::QRCode;
|
|
||||||
|
|
||||||
#[cfg(feature = "wgpu")]
|
#[cfg(feature = "wgpu")]
|
||||||
pub mod shader;
|
pub mod shader;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue