bevy_dexterous_developer 0.3.0

A modular hot reload system for rust
Documentation
1
2
3
4
5
6
pub use bevy_dexterous_developer_library::*;

#[cfg(feature = "hot")]
#[allow(unused_imports)]
#[allow(clippy::single_component_path_imports)]
use bevy_dexterous_developer_dynamic;