Add screenshot helpers to iced_test
This commit is contained in:
parent
ea614387f4
commit
085c8fae8d
10 changed files with 183 additions and 78 deletions
|
|
@ -1,8 +1,6 @@
|
|||
//! Load and draw raster graphics.
|
||||
pub use bytes::Bytes;
|
||||
|
||||
use crate::border;
|
||||
use crate::{Radians, Rectangle, Size};
|
||||
use crate::{Bytes, Radians, Rectangle, Size};
|
||||
|
||||
use rustc_hash::FxHasher;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue