Skip to content

Commit

Permalink
Add prelude module
Browse files Browse the repository at this point in the history
  • Loading branch information
benfrankel committed Aug 17, 2024
1 parent 4864372 commit 771c4f8
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/lib.rs
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
//! TODO

pub mod prelude {
pub use super::{
PrimaryTooltip, Tooltip, TooltipActivation, TooltipEntity, TooltipPlacement, TooltipPlugin,
TooltipTransfer,
};
}

use bevy_app::{Plugin, PreUpdate};
use bevy_core::Name;
#[cfg(feature = "bevy_reflect")]
Expand Down

0 comments on commit 771c4f8

Please sign in to comment.