summaryrefslogtreecommitdiffstats
path: root/Cargo.lock
diff options
context:
space:
mode:
authorKunal Mohan <kunalmohan99@gmail.com>2021-05-04 20:48:28 +0530
committerKunal Mohan <kunalmohan99@gmail.com>2021-05-04 20:48:28 +0530
commitc1dd2c588e9bad58a760a06076c6689776d7d43d (patch)
treed12a5464dec63c3c4d8c8935c95593cefead5fa6 /Cargo.lock
parent585b225290df3e44a86555490dc9170f88148fa6 (diff)
Fix after rebase
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock28
1 files changed, 0 insertions, 28 deletions
diff --git a/Cargo.lock b/Cargo.lock
index fe7883f39..6f5de9d4d 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -1128,12 +1128,6 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"
[[package]]
-name = "pkg-config"
-version = "0.3.19"
-source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "3831453b3449ceb48b6d9c7ad7c96d5ea673e9b470a1dc578c2ce6521230884c"
-
-[[package]]
name = "polling"
version = "2.0.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
@@ -2250,27 +2244,6 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "85e60b0d1b5f99db2556934e21937020776a5d31520bf169e851ac44e6420214"
[[package]]
-name = "x11"
-version = "2.18.2"
-source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "77ecd092546cb16f25783a5451538e73afc8d32e242648d54f4ae5459ba1e773"
-dependencies = [
- "libc",
- "pkg-config",
-]
-
-[[package]]
-name = "xrdb"
-version = "0.1.1"
-source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "cc2dd91a21c92e87678e22f95956a03bfd314ce3232f39dbedd49dddb50f0c6d"
-dependencies = [
- "libc",
- "scopeguard",
- "x11",
-]
-
-[[package]]
name = "yaml-rust"
version = "0.4.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
@@ -2312,7 +2285,6 @@ dependencies = [
"vte 0.8.0",
"wasmer",
"wasmer-wasi",
- "xrdb",
"zellij-tile",
"zellij-tile-extra",
]