File tree Expand file tree Collapse file tree
crates/bevy_motiongfx/src Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11use bevy_math:: * ;
2- use motiongfx:: prelude:: Interpolation ;
2+ use motiongfx:: prelude:: * ;
33
44pub struct Bevy ;
55
@@ -8,7 +8,7 @@ pub struct Bevy;
88macro_rules! impl_float_interpolation {
99 ( $ty: ty, $base: ty) => {
1010 impl
11- motiongfx:: prelude :: Interpolation <
11+ :: motiongfx:: interpolation :: Interpolation <
1212 $crate:: interpolation:: Bevy ,
1313 > for $ty
1414 {
@@ -24,7 +24,7 @@ macro_rules! impl_float_interpolation {
2424macro_rules! impl_slerp_interpolation {
2525 ( $ty: ty, $base: ty) => {
2626 impl
27- motiongfx:: prelude :: Interpolation <
27+ :: motiongfx:: interpolation :: Interpolation <
2828 $crate:: interpolation:: Bevy ,
2929 > for $ty
3030 {
@@ -98,7 +98,6 @@ pub mod color {
9898#[ cfg( feature = "transform" ) ]
9999pub mod transform {
100100 use bevy_transform:: components:: Transform ;
101- use motiongfx:: prelude:: Interpolation ;
102101
103102 use super :: * ;
104103
You can’t perform that action at this time.
0 commit comments