From c33ccde56d55ea145af3f86790e3808cb6c0a2df Mon Sep 17 00:00:00 2001 From: Victor Brekenfeld Date: Fri, 7 May 2021 15:31:33 +0200 Subject: [PATCH] Move to stable drm-rs and gbm.rs versions --- Cargo.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 86611c0..2a6f1d0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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"