custome input

This commit is contained in:
2026-06-03 16:21:22 +07:00
parent 5d4c8634ef
commit 619f3f62c9
11 changed files with 4075 additions and 25 deletions

19
crates/input/Cargo.toml Normal file
View File

@@ -0,0 +1,19 @@
[package]
name = "input"
version.workspace = true
edition.workspace = true
publish.workspace = true
[dependencies]
common = { path = "../common" }
theme = { path = "../theme" }
ui = { path = "../ui" }
gpui.workspace = true
serde.workspace = true
serde_json.workspace = true
anyhow.workspace = true
smol.workspace = true
unicode-segmentation = "1.12.0"
unicode-bidi = "0.3"