Export Gradient in iced_graphics root

This commit is contained in:
Héctor Ramón Jiménez 2022-11-03 05:24:51 +01:00
parent 0b806235f6
commit e0bb707f1e
No known key found for this signature in database
GPG key ID: 140CC052C94F138E

View file

@ -40,6 +40,7 @@ pub mod window;
pub use antialiasing::Antialiasing;
pub use backend::Backend;
pub use error::Error;
pub use gradient::Gradient;
pub use layer::Layer;
pub use primitive::Primitive;
pub use renderer::Renderer;