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
17 lines
270 B
TOML
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
|