Merge pull request #10 from aentity/update_smithay
update smithay_clipboard to 0.6 and dev winit to 0.23
This commit is contained in:
commit
12746f96ba
2 changed files with 4 additions and 4 deletions
|
|
@ -1,6 +1,6 @@
|
|||
[package]
|
||||
name = "window_clipboard"
|
||||
version = "0.1.2"
|
||||
version = "0.1.3"
|
||||
authors = ["Héctor Ramón Jiménez <hector0193@gmail.com>"]
|
||||
edition = "2018"
|
||||
description = "A library to obtain clipboard access from a `raw-window-handle`"
|
||||
|
|
@ -25,7 +25,7 @@ clipboard_x11 = { version = "0.1", path = "./x11" }
|
|||
clipboard_wayland = { version = "0.1", path = "./wayland" }
|
||||
|
||||
[dev-dependencies]
|
||||
winit = "0.22"
|
||||
winit = "0.23"
|
||||
|
||||
[workspace]
|
||||
members = [
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
[package]
|
||||
name = "clipboard_wayland"
|
||||
version = "0.1.1"
|
||||
version = "0.1.2"
|
||||
authors = ["Héctor Ramón Jiménez <hector0193@gmail.com>"]
|
||||
edition = "2018"
|
||||
description = "A library to obtain access to the clipboard of a Wayland window"
|
||||
|
|
@ -10,4 +10,4 @@ documentation = "https://docs.rs/clipboard_wayland"
|
|||
keywords = ["clipboard", "wayland"]
|
||||
|
||||
[dependencies]
|
||||
smithay-clipboard = "0.5.1"
|
||||
smithay-clipboard = "0.6"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue