Replace xcb with x11rb in clipboard_x11

This commit is contained in:
Héctor Ramón Jiménez 2021-02-11 22:35:53 +01:00
parent cf01306fc2
commit 3277d91321
4 changed files with 104 additions and 145 deletions

View file

@ -1,8 +1,6 @@
mod clipboard;
mod error;
pub use xcb::*;
use std::error::Error;
pub struct Clipboard(clipboard::Clipboard);