mirror of
https://github.com/zed-industries/zed.git
synced 2024-11-08 15:44:31 +03:00
2925f3d33c
This PR renames the `ui_text_field` crate to `ui_input` to make it a bit more generic. We'll likely end up with multiple kinds of input components in this crate. Release Notes: - N/A
23 lines
322 B
TOML
23 lines
322 B
TOML
[package]
|
|
name = "ui_input"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
publish = false
|
|
license = "GPL-3.0-or-later"
|
|
|
|
[lints]
|
|
workspace = true
|
|
|
|
[lib]
|
|
path = "src/ui_input.rs"
|
|
|
|
[dependencies]
|
|
editor.workspace = true
|
|
gpui.workspace = true
|
|
settings.workspace = true
|
|
theme.workspace = true
|
|
ui.workspace = true
|
|
|
|
[features]
|
|
default = []
|