Use stable drm-rs master

This commit is contained in:
Drakulix 2017-12-14 21:50:28 +01:00
parent c9e7624a33
commit ed2174168d

View file

@ -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" }