Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
bevyengine
GitHub Repository: bevyengine/bevy
Path: blob/main/crates/bevy_dev_tools/src/schedule_data/mod.rs
30636 views
1
//! Tools for extracting schedule data from an app, and interpreting that data for use with
2
//! visualization tools (for example).
3
4
pub mod plugin;
5
pub mod serde;
6
7