From 1f88b342e2a381b958da4bebd852b73e42db1a8c Mon Sep 17 00:00:00 2001 From: Aram Drevekenin Date: Tue, 4 May 2021 16:06:55 +0200 Subject: fix(colors): stabilize colors (#453) * fix(colors): stabilize colors * style(fmt): rustfmt --- Cargo.lock | 28 ---------------------------- 1 file changed, 28 deletions(-) (limited to 'Cargo.lock') diff --git a/Cargo.lock b/Cargo.lock index cf2d94fc7..ac4a40a53 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1112,12 +1112,6 @@ version = "0.1.0" 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" @@ -2187,27 +2181,6 @@ version = "0.2.0" 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" @@ -2249,7 +2222,6 @@ dependencies = [ "vte 0.8.0", "wasmer", "wasmer-wasi", - "xrdb", "zellij-tile", "zellij-tile-extra", ] -- cgit v1.2.3