Initial commit

This commit is contained in:
Lucas Timmins 2019-02-10 01:28:53 +08:00
commit 17011ea9f7
10 changed files with 510 additions and 0 deletions

13
README.md Normal file
View file

@ -0,0 +1,13 @@
[![crates.io](http://meritbadge.herokuapp.com/smithay-wayland-clipboard)](https://crates.io/crates/smithay-wayland-clipboard)
[![Build Status](https://travis-ci.org/Smithay/wayland-clipboard.svg?branch=master)](https://travis-ci.org/Smithay/wayland-clipboard)
# Smithay Wayland Clipboard
This crate provides access to the wayland clipboard with only requirement being a WlDisplay object.
## Documentation
The documentation for the master branch is [available online](https://smithay.github.io/wayland-clipboard/).
The documentation for the releases can be found on [docs.rs](https://docs.rs/smithay-wayland-clipboard).