Use instant instead of wasm-timer in iced_core
This commit is contained in:
parent
fc54d6ba31
commit
c6d0046102
11 changed files with 13 additions and 13 deletions
|
|
@ -1,4 +1,5 @@
|
|||
use instant::Instant;
|
||||
use crate::time::Instant;
|
||||
|
||||
use std::path::PathBuf;
|
||||
|
||||
/// A window-related event.
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
use instant::Instant;
|
||||
use crate::time::Instant;
|
||||
|
||||
/// A request to redraw a window.
|
||||
#[derive(Debug, Clone, Copy, PartialEq, Eq, PartialOrd, Ord)]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue