Fixup patched drm-rs

This commit is contained in:
Drakulix 2017-12-03 20:24:22 +01:00
parent c5e66176c6
commit 35b20450c5
1 changed files with 1 additions and 1 deletions

View File

@ -49,4 +49,4 @@ backend_udev = ["libudev", "backend_drm", "backend_session_udev"]
renderer_glium = ["glium"] renderer_glium = ["glium"]
[patch.crates-io] [patch.crates-io]
drm = { git = "https://github.com/Drakulix/drm-rs.git", branch = "feature/current_encoder" } drm = { git = "https://github.com/Drakulix/drm-rs.git", branch = "future" }