Bump versions
This commit is contained in:
parent
f697ee10bd
commit
5849b06b9c
4 changed files with 7 additions and 7 deletions
|
|
@ -1,6 +1,6 @@
|
||||||
[package]
|
[package]
|
||||||
name = "window_clipboard"
|
name = "window_clipboard"
|
||||||
version = "0.1.0-alpha.2"
|
version = "0.1.0"
|
||||||
authors = ["Héctor Ramón Jiménez <hector0193@gmail.com>"]
|
authors = ["Héctor Ramón Jiménez <hector0193@gmail.com>"]
|
||||||
edition = "2018"
|
edition = "2018"
|
||||||
description = "A library to obtain clipboard access from a `raw-window-handle`"
|
description = "A library to obtain clipboard access from a `raw-window-handle`"
|
||||||
|
|
@ -18,11 +18,11 @@ raw-window-handle = "0.3"
|
||||||
clipboard-win = "2.1"
|
clipboard-win = "2.1"
|
||||||
|
|
||||||
[target.'cfg(target_os = "macos")'.dependencies]
|
[target.'cfg(target_os = "macos")'.dependencies]
|
||||||
clipboard_macos = { version = "=0.1.0-alpha", path = "./macos" }
|
clipboard_macos = { version = "0.1.0", path = "./macos" }
|
||||||
|
|
||||||
[target.'cfg(all(unix, not(any(target_os="macos", target_os="android", target_os="emscripten", target_os="ios"))))'.dependencies]
|
[target.'cfg(all(unix, not(any(target_os="macos", target_os="android", target_os="emscripten", target_os="ios"))))'.dependencies]
|
||||||
clipboard_x11 = { version = "=0.1.0-alpha", path = "./x11" }
|
clipboard_x11 = { version = "0.1.0", path = "./x11" }
|
||||||
clipboard_wayland = { version = "=0.1.0-alpha", path = "./wayland" }
|
clipboard_wayland = { version = "0.1.0", path = "./wayland" }
|
||||||
|
|
||||||
[dev-dependencies]
|
[dev-dependencies]
|
||||||
winit = "=0.20.0-alpha5"
|
winit = "=0.20.0-alpha5"
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
[package]
|
[package]
|
||||||
name = "clipboard_macos"
|
name = "clipboard_macos"
|
||||||
version = "0.1.0-alpha"
|
version = "0.1.0"
|
||||||
authors = ["Héctor Ramón Jiménez <hector0193@gmail.com>"]
|
authors = ["Héctor Ramón Jiménez <hector0193@gmail.com>"]
|
||||||
edition = "2018"
|
edition = "2018"
|
||||||
description = "A library to obtain access to the macOS clipboard"
|
description = "A library to obtain access to the macOS clipboard"
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
[package]
|
[package]
|
||||||
name = "clipboard_wayland"
|
name = "clipboard_wayland"
|
||||||
version = "0.1.0-alpha"
|
version = "0.1.0"
|
||||||
authors = ["Héctor Ramón Jiménez <hector0193@gmail.com>"]
|
authors = ["Héctor Ramón Jiménez <hector0193@gmail.com>"]
|
||||||
edition = "2018"
|
edition = "2018"
|
||||||
description = "A library to obtain access to the clipboard of a Wayland window"
|
description = "A library to obtain access to the clipboard of a Wayland window"
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
[package]
|
[package]
|
||||||
name = "clipboard_x11"
|
name = "clipboard_x11"
|
||||||
version = "0.1.0-alpha"
|
version = "0.1.0"
|
||||||
authors = ["Héctor Ramón Jiménez <hector0193@gmail.com>"]
|
authors = ["Héctor Ramón Jiménez <hector0193@gmail.com>"]
|
||||||
edition = "2018"
|
edition = "2018"
|
||||||
description = "A library to obtain access to the X11 clipboard"
|
description = "A library to obtain access to the X11 clipboard"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue