From 3b5462ec315aae8d95b9440ff6c52a5412c2cca4 Mon Sep 17 00:00:00 2001 From: Keith Simmons Date: Sun, 13 Jun 2021 20:02:55 -0700 Subject: [PATCH] fix merge error --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 981dae65b0..d2f3c9026b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -20,7 +20,7 @@ targets = ["i686-pc-windows-msvc", "x86_64-pc-windows-msvc", "i686-unknown-linux default = ["x11", "wayland"] web-sys = ["web_sys", "wasm-bindgen", "instant/wasm-bindgen"] stdweb = ["std_web", "instant/stdweb"] -x11 = ["x11-dl", "mio", "mio-misc", "mio-extras", "percent-encoding", "parking_lot", "xkbcommon-dl/x11"] +x11 = ["x11-dl", "mio", "mio-misc", "percent-encoding", "parking_lot", "xkbcommon-dl/x11"] wayland = ["wayland-client", "sctk", "memmap2"] [dependencies]