Added support for custom shader widget for iced_wgpu backend.
This commit is contained in:
parent
817f728687
commit
781ef1f94c
37 changed files with 2139 additions and 6 deletions
|
|
@ -1,7 +1,7 @@
|
|||
//! Use the built-in theme and styles.
|
||||
pub mod palette;
|
||||
|
||||
pub use palette::Palette;
|
||||
pub use self::palette::Palette;
|
||||
|
||||
use crate::application;
|
||||
use crate::button;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue