@@ -498,25 +498,20 @@ pub mod window;
498
498
pub mod advanced;
499
499
500
500
pub use crate :: core:: alignment;
501
+ pub use crate :: core:: animation;
501
502
pub use crate :: core:: border;
502
503
pub use crate :: core:: color;
503
504
pub use crate :: core:: gradient;
504
505
pub use crate :: core:: padding;
505
506
pub use crate :: core:: theme;
506
507
pub use crate :: core:: {
507
- Alignment , Background , Border , Color , ContentFit , Degrees , Gradient ,
508
- Length , Padding , Pixels , Point , Radians , Rectangle , Rotation , Settings ,
509
- Shadow , Size , Theme , Transformation , Vector ,
508
+ Alignment , Animation , Background , Border , Color , ContentFit , Degrees ,
509
+ Gradient , Length , Padding , Pixels , Point , Radians , Rectangle , Rotation ,
510
+ Settings , Shadow , Size , Theme , Transformation , Vector ,
510
511
} ;
511
512
pub use crate :: runtime:: exit;
512
513
pub use iced_futures:: Subscription ;
513
514
514
- #[ cfg( not( target_arch = "wasm32" ) ) ]
515
- pub use crate :: core:: animation;
516
-
517
- #[ cfg( not( target_arch = "wasm32" ) ) ]
518
- pub use crate :: core:: Animation ;
519
-
520
515
pub use alignment:: Horizontal :: { Left , Right } ;
521
516
pub use alignment:: Vertical :: { Bottom , Top } ;
522
517
pub use Alignment :: Center ;
0 commit comments