7 lines
127 B
Rust
7 lines
127 B
Rust
|
pub(crate) mod markers;
|
||
|
|
||
|
pub(crate) mod third_party {
|
||
|
#[cfg(feature = "render")]
|
||
|
pub(crate) use bevy_pancam::PanCam;
|
||
|
}
|