https://github.com/user-attachments/assets/c8c55faa-8f17-4fa2-9f62-5fdd598087ef - [x] Move to insert panel to tabs middle. - [x] Zoom panel - [x] Tab popup menu (Close Panel, Split, Zoom in/Zoom out) - [x] TabBar scrollable - [ ] TabBar nav history
17 lines
229 B
TOML
17 lines
229 B
TOML
[package]
|
|
name = "story"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
[dependencies]
|
|
ui.workspace = true
|
|
gpui.workspace = true
|
|
fake = "2.9.2"
|
|
anyhow = "1"
|
|
charts-rs = "0.3"
|
|
regex = "1"
|
|
chrono = "0.4"
|
|
serde = "1"
|
|
|
|
[lints]
|
|
workspace = true
|