This change to fix some incorrect style use, that will break in Taffy 0.5.2+ Ref https://github.com/zed-industries/zed/pull/34827 - Add `Tab::empty` to create a Tab without label. - Fix form layout in Taffy new version. - Update GPUI for scroll API changes.
30 lines
680 B
TOML
30 lines
680 B
TOML
[package]
|
|
edition = "2021"
|
|
name = "story"
|
|
publish = false
|
|
version = "0.1.0"
|
|
|
|
[dependencies]
|
|
anyhow.workspace = true
|
|
gpui.workspace = true
|
|
gpui-component = { workspace = true, features = ["webview"] }
|
|
|
|
chrono = "0.4"
|
|
fake = { version = "2.10.0", features = ["dummy"] }
|
|
rand = "0.8"
|
|
raw-window-handle = { version = "0.6", features = ["std"] }
|
|
regex = "1"
|
|
reqwest_client.workspace = true
|
|
rust-embed = "8.5.0"
|
|
serde = "1"
|
|
serde_json = "1"
|
|
unindent = "0.2.3"
|
|
tracing.workspace = true
|
|
tracing-subscriber = { version = "0.3.19", features = ["env-filter"] }
|
|
tree-sitter-navi = "0.2.2"
|
|
|
|
[target.'cfg(target_os = "linux")'.dependencies]
|
|
gtk = { version = "0.18" }
|
|
|
|
[lints]
|
|
workspace = true
|