
This PR replaces the use of `linkme` with `inventory` for the component preview registration. Release Notes: - N/A
24 lines
398 B
TOML
24 lines
398 B
TOML
[package]
|
|
name = "ui_input"
|
|
version = "0.1.0"
|
|
edition.workspace = true
|
|
publish.workspace = true
|
|
license = "GPL-3.0-or-later"
|
|
|
|
[lints]
|
|
workspace = true
|
|
|
|
[lib]
|
|
path = "src/ui_input.rs"
|
|
|
|
[dependencies]
|
|
component.workspace = true
|
|
editor.workspace = true
|
|
gpui.workspace = true
|
|
settings.workspace = true
|
|
theme.workspace = true
|
|
ui.workspace = true
|
|
workspace-hack.workspace = true
|
|
|
|
[features]
|
|
default = []
|