custome input
This commit is contained in:
17
Cargo.lock
generated
17
Cargo.lock
generated
@@ -1171,6 +1171,7 @@ dependencies = [
|
||||
"flume 0.11.1",
|
||||
"gpui",
|
||||
"gpui_tokio",
|
||||
"input",
|
||||
"itertools 0.13.0",
|
||||
"linkify",
|
||||
"log",
|
||||
@@ -3675,6 +3676,22 @@ dependencies = [
|
||||
"generic-array",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "input"
|
||||
version = "1.0.0-beta4"
|
||||
dependencies = [
|
||||
"anyhow",
|
||||
"common",
|
||||
"gpui",
|
||||
"serde",
|
||||
"serde_json",
|
||||
"smol",
|
||||
"theme",
|
||||
"ui",
|
||||
"unicode-bidi",
|
||||
"unicode-segmentation",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "instant"
|
||||
version = "0.1.13"
|
||||
|
||||
Reference in New Issue
Block a user