gpui-component/crates/story
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
..
examples chore: Remove unnecessary examples that have includes in gallery. (#1049) 2025-07-07 12:11:19 +08:00
src plot: Use f32 instead of f64 (#1052) 2025-07-08 16:24:59 +08:00
Cargo.toml code-editor: Update CodeEditor to support external language. (#928) 2025-06-09 14:27:33 +08:00