From e490116d9a6e37076edd14628bd6b9affe404fa3 Mon Sep 17 00:00:00 2001 From: Victor Brekenfeld Date: Mon, 10 May 2021 19:02:15 +0200 Subject: [PATCH] Use newer drm-fourcc version --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 2a6f1d0..ff58ddd 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -15,7 +15,7 @@ bitflags = "1" calloop = "0.6.2" cgmath = "0.18.0" dbus = { version = "0.9.0", optional = true } -drm-fourcc = "^2.1.0" +drm-fourcc = "^2.1.1" drm = { version = "0.4.0", optional = true } drm-ffi = { version = "0.1.0", optional = true } gbm = { version = "0.6.0", optional = true, default-features = false, features = ["drm-support"] }