Remove canvas leftovers in iced_native
This commit is contained in:
parent
6cc48b5c62
commit
c54409d171
1 changed files with 0 additions and 8 deletions
|
|
@ -83,14 +83,6 @@ pub use tree::Tree;
|
|||
#[doc(no_inline)]
|
||||
pub use vertical_slider::VerticalSlider;
|
||||
|
||||
#[cfg(feature = "canvas")]
|
||||
#[cfg_attr(docsrs, doc(cfg(feature = "canvas")))]
|
||||
pub mod canvas;
|
||||
|
||||
#[cfg(feature = "canvas")]
|
||||
#[doc(no_inline)]
|
||||
pub use canvas::Canvas;
|
||||
|
||||
pub use action::Action;
|
||||
pub use id::Id;
|
||||
pub use operation::Operation;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue