Purify Animation API and introduce application::timed
This commit is contained in:
parent
4334923add
commit
29a19fcde1
9 changed files with 281 additions and 104 deletions
|
|
@ -40,6 +40,10 @@ use crate::{
|
|||
|
||||
use std::borrow::Cow;
|
||||
|
||||
pub mod timed;
|
||||
|
||||
pub use timed::timed;
|
||||
|
||||
/// Creates an iced [`Application`] given its boot, update, and view logic.
|
||||
///
|
||||
/// # Example
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue