Move tester to a new iced_tester subcrate
This commit is contained in:
parent
9e81c2b9e8
commit
4f7444bddf
28 changed files with 392 additions and 355 deletions
|
|
@ -526,7 +526,9 @@ pub use crate::core::{
|
|||
Rotation, Settings, Shadow, Size, Theme, Transformation, Vector, never,
|
||||
};
|
||||
pub use crate::program::Preset;
|
||||
pub use crate::program::message;
|
||||
pub use crate::runtime::exit;
|
||||
pub use crate::runtime::futures::MaybeSend;
|
||||
pub use iced_futures::Subscription;
|
||||
|
||||
pub use Alignment::Center;
|
||||
|
|
@ -696,7 +698,7 @@ pub fn run<State, Message, Theme, Renderer>(
|
|||
) -> Result
|
||||
where
|
||||
State: Default + 'static,
|
||||
Message: program::Message + 'static,
|
||||
Message: MaybeSend + message::MaybeDebug + message::MaybeClone + 'static,
|
||||
Theme: Default + theme::Base + 'static,
|
||||
Renderer: program::Renderer + 'static,
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue