Release 0.1.0
This commit is contained in:
parent
4b013e47e1
commit
e0eb10cde6
2 changed files with 15 additions and 0 deletions
10
CHANGELOG.md
10
CHANGELOG.md
|
|
@ -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
|
||||
|
|
@ -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" }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue