gpui-component/crates/ui
Floyd Wang 3b759cd448
plot: Use f32 instead of f64 (#1052)
## Break Change
- Convert all `f64` parameters to `f32`.

Since the GPUI geometry module uses f32 for rendering, we are also
switching to f32. This helps avoid many as operators and unnecessary
conversions.
2025-07-08 16:24:59 +08:00
..
locales input: Improve clear button position in Input. (#782) 2025-04-11 19:13:17 +08:00
src plot: Use f32 instead of f64 (#1052) 2025-07-08 16:24:59 +08:00
tests/fixtures dock: Revert dock to use absolute size. (#840) 2025-05-08 16:29:55 +08:00
Cargo.toml theme: Add theme schema to support JSON theme config. (#1050) 2025-07-07 19:40:00 +08:00
LICENSE-APACHE