bevy_dev_tools 0.19.0-rc.1

Collection of developer tools for the Bevy Engine
Documentation
1
2
3
4
5
//! Tools for extracting schedule data from an app, and interpreting that data for use with
//! visualization tools (for example).

pub mod plugin;
pub mod serde;