Export shadowcasting crate and its requirements.
This commit is contained in:
parent
25d0664f49
commit
22abe7462e
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue
Block a user