worlds-history-sim-rs/src/components/mod.rs

7 lines
127 B
Rust
Raw Normal View History

2022-09-06 20:40:27 +02:00
pub(crate) mod markers;
pub(crate) mod third_party {
#[cfg(feature = "render")]
pub(crate) use bevy_pancam::PanCam;
}