Use newer drm-fourcc version
This commit is contained in:
parent
c33ccde56d
commit
e490116d9a
|
@ -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"] }
|
||||||
|
|
Loading…
Reference in New Issue