Export shadowcasting crate and its requirements.

This commit is contained in:
Nolan Darilek 2021-08-11 10:45:30 -05:00
parent 25d0664f49
commit 22abe7462e

View File

@ -6,6 +6,7 @@ pub use bevy_input_actionmap;
pub use bevy_openal;
pub use bevy_rapier2d;
pub use bevy_tts;
pub use coord_2d;
#[macro_use]
pub mod core;
pub use derive_more;
@ -19,6 +20,7 @@ pub use mapgen;
pub mod navigation;
pub mod pathfinding;
pub use rand;
pub use shadowcast;
pub mod sound;
pub mod utils;
pub mod visibility;