Skip to content

Commit

Permalink
Remove old widget modules in iced_renderer
Browse files Browse the repository at this point in the history
  • Loading branch information
hecrj committed Nov 14, 2023
1 parent 33f6262 commit 226eac3
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions renderer/src/widget.rs
Original file line number Diff line number Diff line change
@@ -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")]
pub mod shader;

0 comments on commit 226eac3

Please sign in to comment.