From b06aecf8689c103fd13b8c13e2bc41cbbf135e73 Mon Sep 17 00:00:00 2001 From: Victor Berger Date: Fri, 10 Jul 2020 12:59:47 +0200 Subject: [PATCH] Disable image default features --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index f4c0287..3575c23 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -17,7 +17,7 @@ dbus = { version = "0.8.3", optional = true } drm = { version = "^0.4.0", git = "https://github.com/drakulix/drm-rs", branch = "develop", optional = true } gbm = { version = "^0.6.0", git = "https://github.com/drakulix/gbm.rs", branch = "thread-safe", optional = true, default-features = false, features = ["drm-support"] } glium = { version = "0.27.0", optional = true, default-features = false } -image = { version = "0.23.0", optional = true } +image = { version = "0.23.0", optional = true, default-features = false } input = { version = "0.5", default-features = false, optional = true } lazy_static = "1" libc = "0.2.70"