yororen_ui 0.2.0

Reusable UI components and widgets built on top of gpui.
Documentation
1
2
3
4
5
6
7
8
9
10
11
//! Library-wide constants.
//!
//! Note: animation/timing constants live in `crate::animation::constants`. This
//! module re-exports them for backward compatibility.

pub use crate::animation::constants::*;

/// Backwards-compatible export path for older code.
pub mod animation {
    pub use crate::animation::constants::duration::*;
}