Introduce custom backend-specific primitives
This commit is contained in:
parent
8d65e40a11
commit
0ae1baa37b
28 changed files with 618 additions and 263 deletions
|
|
@ -1,6 +1,7 @@
|
|||
pub mod window;
|
||||
|
||||
mod backend;
|
||||
mod primitive;
|
||||
mod settings;
|
||||
mod text;
|
||||
|
||||
|
|
@ -17,6 +18,7 @@ pub use iced_graphics as graphics;
|
|||
pub use iced_graphics::core;
|
||||
|
||||
pub use backend::Backend;
|
||||
pub use primitive::Primitive;
|
||||
pub use settings::Settings;
|
||||
|
||||
/// A [`tiny-skia`] graphics renderer for [`iced`].
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue