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,5 +1,6 @@
|
|||
//! Build window-based GUI applications.
|
||||
pub mod icon;
|
||||
pub mod screenshot;
|
||||
pub mod settings;
|
||||
|
||||
mod event;
|
||||
|
|
@ -17,5 +18,6 @@ pub use level::Level;
|
|||
pub use mode::Mode;
|
||||
pub use position::Position;
|
||||
pub use redraw_request::RedrawRequest;
|
||||
pub use screenshot::Screenshot;
|
||||
pub use settings::Settings;
|
||||
pub use user_attention::UserAttention;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue