remove crates.io patch, wayland-rs 0.20 is published

This commit is contained in:
Victor Berger 2018-04-21 09:07:31 +02:00
parent 9c88443706
commit d267a89ba9
1 changed files with 0 additions and 6 deletions

View File

@ -48,9 +48,3 @@ backend_session_logind = ["dbus", "systemd", "backend_session"]
backend_udev = ["udev", "backend_drm", "backend_session_udev"] backend_udev = ["udev", "backend_drm", "backend_session_udev"]
renderer_glium = ["glium"] renderer_glium = ["glium"]
[patch.crates-io]
wayland-server = { git = 'https://github.com/smithay/wayland-rs', branch = 'wayland_rs_20' }
wayland-client = { git = 'https://github.com/smithay/wayland-rs', branch = 'wayland_rs_20' }
wayland-protocols = { git = 'https://github.com/smithay/wayland-rs', branch = 'wayland_rs_20' }
wayland-sys = { git = 'https://github.com/smithay/wayland-rs', branch = 'wayland_rs_20' }
wayland-commons = { git = 'https://github.com/smithay/wayland-rs', branch = 'wayland_rs_20' }