Release 0.1.0

This commit is contained in:
Lucas Timmins 2019-02-14 18:23:55 +08:00
parent 4b013e47e1
commit e0eb10cde6
2 changed files with 15 additions and 0 deletions

View file

@ -0,0 +1,10 @@
# Change Log
## Unreleased
## 0.1.0 -- 2019-02-14
Initial version, including:
- `WaylandClipboard` with `new_threaded()` and `new_threaded_from_external()`
- multi seat support

View file

@ -3,6 +3,11 @@ name = "smithay-clipboard"
version = "0.1.0"
authors = ["Lucas Timmins <timmins.s.lucas@gmail.com>"]
edition = "2018"
description = "Provides access to the wayland clipboard for client applications."
repository = "https://github.com/smithay/smithay-clipboard"
documentation = "https://smithay.github.io/smithay-clipboard"
license = "MIT"
keywords = ["clipboard", "wayland"]
[dependencies]
sctk = { package = "smithay-client-toolkit", version = "0.5" }