Skip to content

Commit

Permalink
fix: unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
simbleau committed Feb 7, 2024
1 parent 8717b9c commit 6931475
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions demo/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,9 @@ use bevy_egui::{
EguiContexts, EguiPlugin,
};
use bevy_vello::{
debug::DebugVisualizations, vello_svg::usvg::strict_num::Ulps, AlphaOverride,
AnimationDirection, AnimationLoopBehavior, AnimationState, AnimationTransition, LottiePlayer,
PlaybackSettings, Theme, VelloAsset, VelloAssetBundle, VelloAssetData, VelloPlugin, VelloText,
VelloTextBundle,
debug::DebugVisualizations, vello_svg::usvg::strict_num::Ulps, AnimationDirection,
AnimationLoopBehavior, AnimationState, AnimationTransition, LottiePlayer, PlaybackSettings,
Theme, VelloAsset, VelloAssetBundle, VelloAssetData, VelloPlugin, VelloText, VelloTextBundle,
};

fn main() {
Expand Down

0 comments on commit 6931475

Please sign in to comment.