Add image and hash snapshot-based testing to iced_test
This commit is contained in:
parent
8e3636d769
commit
1aeb317f2d
17 changed files with 280 additions and 105 deletions
|
|
@ -1,11 +1,7 @@
|
|||
//! Build window-based GUI applications.
|
||||
pub mod screenshot;
|
||||
|
||||
pub use screenshot::Screenshot;
|
||||
|
||||
use crate::core::time::Instant;
|
||||
use crate::core::window::{
|
||||
Event, Icon, Id, Level, Mode, Settings, UserAttention,
|
||||
Event, Icon, Id, Level, Mode, Screenshot, Settings, UserAttention,
|
||||
};
|
||||
use crate::core::{Point, Size};
|
||||
use crate::futures::event;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue