- Add submenu support. - Removed Popover `window` mode, this is not a good design. https://github.com/user-attachments/assets/0e3735f4-2bfb-459f-a24d-e3440e738d4f
18 lines
256 B
TOML
18 lines
256 B
TOML
[package]
|
|
name = "story"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
[dependencies]
|
|
ui.workspace = true
|
|
gpui.workspace = true
|
|
fake = "2.9.2"
|
|
anyhow = "1"
|
|
workspace.workspace = true
|
|
charts-rs = "0.3"
|
|
regex = "1"
|
|
chrono = "0.4"
|
|
serde = "1"
|
|
|
|
[lints]
|
|
workspace = true
|