Move to stable drm-rs and gbm.rs versions

This commit is contained in:
Victor Brekenfeld 2021-05-07 15:31:33 +02:00
parent 4665f829e8
commit c33ccde56d
1 changed files with 3 additions and 3 deletions

View File

@ -16,9 +16,9 @@ calloop = "0.6.2"
cgmath = "0.18.0"
dbus = { version = "0.9.0", optional = true }
drm-fourcc = "^2.1.0"
drm = { version = "^0.4.0-alpha1", git = "https://github.com/drakulix/drm-rs", branch = "next", optional = true }
drm-ffi = { version = "^0.4.0-alpha1", git = "https://github.com/drakulix/drm-rs", branch = "next", optional = true }
gbm = { version = "^0.6.0", git = "https://github.com/drakulix/gbm.rs", branch = "develop", optional = true, default-features = false, features = ["drm-support"] }
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"] }
input = { version = "0.5", default-features = false, optional = true }
image = { version = "0.23.14", default-features = false, optional = true }
lazy_static = "1"