summaryrefslogtreecommitdiffstats
path: root/Cargo.lock
diff options
context:
space:
mode:
authorSebastian Thiel <sebastian.thiel@icloud.com>2022-09-12 09:45:50 +0800
committerSebastian Thiel <sebastian.thiel@icloud.com>2022-09-12 09:46:26 +0800
commit28f5ac90cc1ba7d668ae8a83eb5cd899294a8301 (patch)
treeed192e3b13c084afc1ab9a9ef08ddb369577714c /Cargo.lock
parente35baeaf25176e94ccc352b623f5cfd4b6b95b7b (diff)
feat: Automatically resize if the terminal changes in size. (#28)
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock4
1 files changed, 0 insertions, 4 deletions
diff --git a/Cargo.lock b/Cargo.lock
index d5c3498..83742eb 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -214,8 +214,6 @@ dependencies = [
[[package]]
name = "crosstermion"
version = "0.10.0"
-source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "5e5ca9d96c86546f69eb86a54ae2c6e70f53342d5431cd73a92f7e2ce4ce4511"
dependencies = [
"crossterm",
"termion",
@@ -782,8 +780,6 @@ dependencies = [
[[package]]
name = "tui-react"
version = "0.19.0"
-source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "542c37309aaf01ddaea86891f7845a8b0124194c6ccae6dbae7d223752648f4d"
dependencies = [
"log",
"tui",