mirror of
https://github.com/zed-industries/zed.git
synced 2024-12-25 18:33:09 +00:00
baa07e935e
This PR extracts the various UI elements from the `storybook` crate into a new `ui` library crate. Release Notes: - N/A
12 lines
232 B
TOML
12 lines
232 B
TOML
[package]
|
|
name = "ui"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
publish = false
|
|
|
|
[dependencies]
|
|
anyhow.workspace = true
|
|
gpui2 = { path = "../gpui2" }
|
|
serde.workspace = true
|
|
settings = { path = "../settings" }
|
|
theme = { path = "../theme" }
|