Files
zesdex/src/app/state/mod.rs
T

7 lines
198 B
Rust
Raw Normal View History

//! Application state: misc fields, the main `AppStateRest` struct,
//! runtime-only state, and shared types (overlays, toasts, origins).
pub mod misc;
pub mod rest;
pub mod runtime;
pub mod types;