Use newer drm-fourcc version

This commit is contained in:
Victor Brekenfeld 2021-05-10 19:02:15 +02:00
parent c33ccde56d
commit e490116d9a
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@ bitflags = "1"
calloop = "0.6.2" calloop = "0.6.2"
cgmath = "0.18.0" cgmath = "0.18.0"
dbus = { version = "0.9.0", optional = true } 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 = { version = "0.4.0", optional = true }
drm-ffi = { version = "0.1.0", optional = true } drm-ffi = { version = "0.1.0", optional = true }
gbm = { version = "0.6.0", optional = true, default-features = false, features = ["drm-support"] } gbm = { version = "0.6.0", optional = true, default-features = false, features = ["drm-support"] }