mirror of
https://github.com/zed-industries/zed.git
synced 2024-12-25 01:34:02 +00:00
9e1f7c4c18
This PR mainlines the current state of new GPUI2-based UI from the `gpui2-ui` branch. Release Notes: - N/A --------- Co-authored-by: Nate Butler <iamnbutler@gmail.com> Co-authored-by: Piotr Osiewicz <24362066+osiewicz@users.noreply.github.com> Co-authored-by: Nate <nate@zed.dev>
16 lines
340 B
TOML
16 lines
340 B
TOML
[package]
|
|
name = "ui"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
publish = false
|
|
|
|
[dependencies]
|
|
anyhow.workspace = true
|
|
chrono = "0.4"
|
|
gpui2 = { path = "../gpui2" }
|
|
serde.workspace = true
|
|
settings = { path = "../settings" }
|
|
smallvec.workspace = true
|
|
strum = { version = "0.25.0", features = ["derive"] }
|
|
theme = { path = "../theme" }
|
|
rand = "0.8"
|