Re-organize custom module as pipeline module
... and move `Shader` widget to `iced_widget` crate
This commit is contained in:
parent
2dda9132cd
commit
9489e29e66
14 changed files with 246 additions and 197 deletions
|
|
@ -98,7 +98,11 @@ pub use tooltip::Tooltip;
|
|||
pub use vertical_slider::VerticalSlider;
|
||||
|
||||
#[cfg(feature = "wgpu")]
|
||||
pub use renderer::widget::shader::{self, Shader, Transformation};
|
||||
pub mod shader;
|
||||
|
||||
#[cfg(feature = "wgpu")]
|
||||
#[doc(no_inline)]
|
||||
pub use shader::Shader;
|
||||
|
||||
#[cfg(feature = "svg")]
|
||||
pub mod svg;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue