Skip to content

Commit 31c0c53

Browse files
committed
Switch back to tui-input from crates.io (my PR got merged!)
1 parent 01052a4 commit 31c0c53

3 files changed

Lines changed: 12 additions & 13 deletions

File tree

Cargo.lock

Lines changed: 11 additions & 10 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -115,8 +115,7 @@ tracing = { version = "0.1.41", features = ["log"] }
115115
tracing-appender = "0.2.3"
116116
tracing-subscriber = { version = "0.3.19", features = ["chrono", "env-filter"] }
117117
tui-big-text = "0.8"
118-
# tui-input = "0.15"
119-
tui-input = { git = "https://github.com/nullstalgia/tui-input", branch = "bugfix/windows-altgr" }
118+
tui-input = "0.15"
120119
# unescaper = "0.1.5"
121120
unicode-width = "0.2.0"
122121
virtual-serialport = "0.1.3"

default.nix

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@ rustPlatform.buildRustPackage {
1717
"ansi-to-tui-7.0.0" = "sha256-rcVeM+WEx5X0MdpDjfWoCwWyLKfKqyRY6gbHW8P28vk=";
1818
"copy_to_output-2.2.1" = "sha256-b2yY9EiHqfZ8DrD6V1BG1MqLU8fV4Wook+ysUTNzn/k=";
1919
"defmt-decoder-1.0.0" = "sha256-7ddgJJpduLtFwAKFBfO3+kRI1WcPh5sMtcdqgqJObCA=";
20-
"tui-input-0.15.1" = "sha256-MBBCjclk2y5tSvXCaFBDvWI6zRx3HKrT5cHdv7gaY1I=";
2120
};
2221
};
2322

0 commit comments

Comments
 (0)