From ed2174168dcb6ba0cfd92b7555de1822d7a47e28 Mon Sep 17 00:00:00 2001 From: Drakulix Date: Thu, 14 Dec 2017 21:50:28 +0100 Subject: [PATCH] Use stable drm-rs master --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 9def7cbae2..86c6014d51 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -46,4 +46,4 @@ backend_udev = ["udev", "backend_drm", "backend_session_udev"] renderer_glium = ["glium"] [patch.crates-io] -drm = { git = "https://github.com/Drakulix/drm-rs.git", branch = "future" } +drm = { git = "https://github.com/Smithay/drm-rs.git" }