Implement reactive-rendering for canvas
This commit is contained in:
parent
a84b328dcc
commit
920596ed6f
9 changed files with 243 additions and 141 deletions
|
|
@ -8,6 +8,7 @@ pub use iced_renderer::graphics;
|
|||
pub use iced_runtime as runtime;
|
||||
pub use iced_runtime::core;
|
||||
|
||||
mod action;
|
||||
mod column;
|
||||
mod mouse_area;
|
||||
mod row;
|
||||
|
|
@ -131,4 +132,5 @@ pub use qr_code::QRCode;
|
|||
pub mod markdown;
|
||||
|
||||
pub use crate::core::theme::{self, Theme};
|
||||
pub use action::Action;
|
||||
pub use renderer::Renderer;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue