Added support for gradients as background variants + other optimizations.
This commit is contained in:
parent
669f7cc74b
commit
6551a0b2ab
41 changed files with 1658 additions and 1489 deletions
|
|
@ -23,6 +23,7 @@
|
|||
#![cfg_attr(docsrs, feature(doc_cfg))]
|
||||
mod antialiasing;
|
||||
mod error;
|
||||
mod gradient;
|
||||
mod transformation;
|
||||
mod viewport;
|
||||
|
||||
|
|
@ -42,6 +43,7 @@ pub use antialiasing::Antialiasing;
|
|||
pub use backend::Backend;
|
||||
pub use compositor::Compositor;
|
||||
pub use error::Error;
|
||||
pub use gradient::Gradient;
|
||||
pub use primitive::Primitive;
|
||||
pub use renderer::Renderer;
|
||||
pub use transformation::Transformation;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue