gpui-component 0.5.1

UI components for building fantastic desktop application by using GPUI.
Documentation
1
2
3
4
5
6
pub trait Sealed {}

impl Sealed for f64 {}

#[cfg(feature = "decimal")]
impl Sealed for rust_decimal::Decimal {}