worlds-history-sim-rs/src/components/mod.rs
2022-09-06 21:03:17 +02:00

6 lines
127 B
Rust

pub(crate) mod markers;
pub(crate) mod third_party {
#[cfg(feature = "render")]
pub(crate) use bevy_pancam::PanCam;
}