We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0eed6e7 commit c30b204Copy full SHA for c30b204
1 file changed
Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "tui-input"
3
-version = "0.12.0"
+version = "0.12.1"
4
edition = "2021"
5
authors = ["Arijit Basu <hi@arijitbasu.in>"]
6
description = "TUI input library supporting multiple backends"
@@ -22,7 +22,9 @@ unicode-width = "0.2.0"
22
serde = { version = "1.0.218", optional = true, features = ["derive"] }
23
crossterm = { version = "0.29.0", optional = true }
24
termion = { version = "4.0.4", optional = true }
25
-ratatui = { version = "0.30.0-alpha.2", features = ["crossterm"] }
+ratatui = { version = "0.30.0-alpha.2", optional = true, features = [
26
+ "crossterm",
27
+] }
28
29
[dev-dependencies]
30
0 commit comments