Skip to content

Commit

Permalink
Fixed tests failing.
Browse files Browse the repository at this point in the history
  • Loading branch information
dgsantana committed Feb 27, 2024
1 parent 21f563e commit 36811c6
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions src/lens.rs
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,6 @@

use bevy::prelude::*;

use crate::Lerper;

/// A lens over a subset of a component.
///
/// The lens takes a `target` component or asset from a query, as a mutable
Expand Down
2 changes: 1 addition & 1 deletion src/plugin.rs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#[cfg(feature = "bevy_asset")]
use bevy::asset::Asset;
use bevy::{ecs::component::Component, prelude::*};
use bevy::prelude::*;

#[cfg(feature = "bevy_asset")]
use crate::{tweenable::AssetTarget, AssetAnimator};
Expand Down

0 comments on commit 36811c6

Please sign in to comment.