diff options
author | Christian Duerr <contact@christianduerr.com> | 2020-01-11 02:23:13 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-01-11 02:23:13 +0100 |
commit | c2c8d6bf371433a3158fda769829714c5b99f62a (patch) | |
tree | ef5e8624174aa108de8a7f62f09f0fa18904c2cf /copypasta/Cargo.toml | |
parent | c34ec12c309695e4c14d8e50b5f3f54198f70775 (diff) | |
download | alacritty-c2c8d6bf371433a3158fda769829714c5b99f62a.tar.gz alacritty-c2c8d6bf371433a3158fda769829714c5b99f62a.zip |
Move Alacritty to organization
This fixes various outdated links pointing to the old jwilm/alacritty
repository.
Since `copypasta` now has its own github repository at
https://github.com/alacritty/copypasta, the sources have been removed
from Alacritty.
Diffstat (limited to 'copypasta/Cargo.toml')
-rw-r--r-- | copypasta/Cargo.toml | 25 |
1 files changed, 0 insertions, 25 deletions
diff --git a/copypasta/Cargo.toml b/copypasta/Cargo.toml deleted file mode 100644 index ab0eee38..00000000 --- a/copypasta/Cargo.toml +++ /dev/null @@ -1,25 +0,0 @@ -[package] -name = "copypasta" -version = "0.6.1" -authors = ["Christian Duerr <contact@christianduerr.com>"] -description = "copypasta is a cross-platform library for getting and setting the contents of the OS-level clipboard." -repository = "https://github.com/jwilm/alacritty" -license = "MIT / Apache-2.0" -keywords = ["clipboard"] - -[target.'cfg(windows)'.dependencies] -clipboard-win = "2.1" - -[target.'cfg(target_os = "macos")'.dependencies] -objc = "0.2" -objc_id = "0.1" -objc-foundation = "0.1" - -[target.'cfg(all(unix, not(any(target_os="macos", target_os="android", target_os="emscripten"))))'.dependencies] -x11-clipboard = "0.4.0" -smithay-clipboard = "0.3.4" -wayland-client = { version = "0.23.3", features = ["dlopen"] } - -[target.'cfg(all(unix, not(any(target_os="macos", target_os="android", target_os="emscripten"))))'.dev-dependencies] -andrew = "0.2.1" -smithay-client-toolkit = "0.6.1" |