mirror of
https://github.com/zed-industries/zed.git
synced 2025-01-15 23:03:57 +00:00
7d0386eff9
This PR adds a placeholder view for the settings UI. It does not contain any functionality, as of yet. This view is staff-shipped behind a feature flag. Release Notes: - N/A
19 lines
327 B
TOML
19 lines
327 B
TOML
[package]
|
|
name = "settings_ui"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
publish = false
|
|
license = "GPL-3.0-or-later"
|
|
|
|
[lints]
|
|
workspace = true
|
|
|
|
[lib]
|
|
path = "src/settings_ui.rs"
|
|
|
|
[dependencies]
|
|
command_palette_hooks.workspace = true
|
|
feature_flags.workspace = true
|
|
gpui.workspace = true
|
|
ui.workspace = true
|
|
workspace.workspace = true
|