No description
Find a file
trimental a36d3e3e8e
Multiple seat support and api refactor (#2)
* Multiple seat support and api refractor

* Remove the need for two GlobalManagers

* Remove unnecessary `Arc<Mutex<_>>` and `if let`s with `unwrap()`

* Use cloned display to create eventloop in `new_threaded()`

* Update docs

* Wrap display to event queue
2019-02-13 23:48:50 +08:00
examples Multiple seat support and api refactor (#2) 2019-02-13 23:48:50 +08:00
src Multiple seat support and api refactor (#2) 2019-02-13 23:48:50 +08:00
.gitignore Initial commit 2019-02-10 01:28:53 +08:00
.travis.yml Initial commit 2019-02-10 01:28:53 +08:00
Cargo.toml Rename to smithay-clipboard 2019-02-10 19:05:47 +08:00
CHANGELOG.md Initial commit 2019-02-10 01:28:53 +08:00
CONTRIBUTING.md Initial commit 2019-02-10 01:28:53 +08:00
doc_index.html Rename to smithay-clipboard 2019-02-10 19:05:47 +08:00
LICENSE Initial commit 2019-02-10 01:28:53 +08:00
README.md Rename to smithay-clipboard 2019-02-10 19:05:47 +08:00

crates.io Build Status

Smithay Clipboard

This crate provides access to the wayland clipboard.

Documentation

The documentation for the master branch is available online.

The documentation for the releases can be found on docs.rs.