Merge pull request #1846 from bungoboingo/feat/background-gradients

[Feature] Gradients for Backgrounds
This commit is contained in:
Héctor Ramón 2023-05-19 04:37:58 +02:00 committed by GitHub
commit cc5d11f1a6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
42 changed files with 1580 additions and 1465 deletions

View file

@ -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;