gpui-component/crates/story/Cargo.toml
Jason Lee 7a8eaefd30
story: Add very complex table data update example to test performance. (#274)
The example that used: 6000 rows x 60 cols, and refresh data every
100ms.

The CPU usage: 40% (macOS M4)


https://github.com/user-attachments/assets/40d6c64f-c658-4c7a-9251-fb76e17ec543
2024-09-26 19:40:07 +08:00

17 lines
270 B
TOML

[package]
name = "story"
version = "0.1.0"
edition = "2021"
[dependencies]
ui.workspace = true
gpui.workspace = true
fake = { version = "2.10.0", features = ["dummy"] }
charts-rs = "0.3"
regex = "1"
chrono = "0.4"
serde = "1"
serde_json = "1"
[lints]
workspace = true