aweinstock314 / rust-clipboard

System Clipboard interfacing library in Rust
Apache License 2.0
361 stars 72 forks source link

Update x11-clipboard dependency to use xcb 0.5.1, fixes docs.rs builds #76

Open timvisee opened 4 years ago

timvisee commented 4 years ago

Builds on docs.rs currently fails for all new crate releases that use rust-clipboard. This is caused by x11-clipboard -> xcb. A newer version of both fixes this.

The Travis CI build currently fails due to these missing dependencies in CI as well. This is fixed separately in #73 .