Merge pull request #1846 from bungoboingo/feat/background-gradients
[Feature] Gradients for Backgrounds
This commit is contained in:
commit
cc5d11f1a6
42 changed files with 1580 additions and 1465 deletions
|
|
@ -50,6 +50,8 @@ mod quad;
|
|||
mod text;
|
||||
mod triangle;
|
||||
|
||||
use buffer::Buffer;
|
||||
|
||||
pub use iced_graphics as graphics;
|
||||
pub use iced_graphics::core;
|
||||
|
||||
|
|
@ -59,8 +61,6 @@ pub use backend::Backend;
|
|||
pub use layer::Layer;
|
||||
pub use settings::Settings;
|
||||
|
||||
use buffer::Buffer;
|
||||
|
||||
#[cfg(any(feature = "image", feature = "svg"))]
|
||||
mod image;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue