## Break Changes - Renamed `DockItemState` to `PanelState`. - Renamed `DockItemInfo` to `PanelInfo`. - Update `cx` type from `WindowContext` to `AppContext` for Panel trait `panel_name` method. ## TODO - [ ] Support merge panels into TabPanel. - [ ] Support split panels into Tile. --------- Co-authored-by: Jason Lee <huacnlee@gmail.com>
21 lines
354 B
TOML
21 lines
354 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"
|
|
unindent = "0.2.3"
|
|
anyhow.workspace = true
|
|
rust-embed.workspace = true
|
|
rand = "0.8"
|
|
|
|
[lints]
|
|
workspace = true
|