
- Adds the `panel` crate for defining UI shared between panels, like common button and header designs, etc - Starts to update the git ui to be more consistent with other panels Release Notes: - N/A
21 lines
302 B
TOML
21 lines
302 B
TOML
[package]
|
|
name = "panel"
|
|
version = "0.1.0"
|
|
edition.workspace = true
|
|
publish.workspace = true
|
|
license = "GPL-3.0-or-later"
|
|
|
|
[lints]
|
|
workspace = true
|
|
|
|
[lib]
|
|
name = "panel"
|
|
path = "src/panel.rs"
|
|
|
|
[dependencies]
|
|
gpui.workspace = true
|
|
ui.workspace = true
|
|
workspace.workspace = true
|
|
|
|
[features]
|
|
default = []
|