zenthra-core 0.2.2

Core types, layouts, and data structures for the Zenthra UI framework
Documentation
1
2
3
4
5
6
7
8
// crates/zenthra-core/src/render_mode.rs

#[derive(Debug, Clone, Copy, PartialEq, Eq, Default)]
pub enum RenderMode {
    #[default]
    Static,
    Continuous,
}