Skip to content

Commit

Permalink
Fmt.
Browse files Browse the repository at this point in the history
  • Loading branch information
tychedelia committed Sep 9, 2024
1 parent 7ed39c5 commit 19e235a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nannou/src/prelude.rs
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ pub use bevy::asset as bevy_asset;
pub use bevy::ecs as bevy_ecs;
pub use bevy::reflect as bevy_reflect;
pub use bevy::render as bevy_render;
pub use bevy::tasks::{Task, futures_lite::future};
pub use bevy::tasks::prelude::{block_on, AsyncComputeTaskPool, IoTaskPool};
pub use bevy::tasks::{futures_lite::future, Task};

#[cfg(feature = "egui")]
pub use bevy_egui::egui;
Expand Down

0 comments on commit 19e235a

Please sign in to comment.