From 9e89aaa477369b20a06f4b9f636d7fd543c4c985 Mon Sep 17 00:00:00 2001 From: Christian Duerr Date: Sun, 28 Apr 2019 20:21:39 +0000 Subject: Switch from copypasta to rust-clipboard This switches our own `copypasta` crate with the more standardized `clipboard` library, which allows us to get rid of the `xclip` dependency on X11. Additionally, this lays the foundation for native Wayland clipboard support once the clipboard crate is updated (or a fork is created). Fixes #5. --- extra/linux/snap/snapcraft.yaml | 1 - 1 file changed, 1 deletion(-) (limited to 'extra/linux') diff --git a/extra/linux/snap/snapcraft.yaml b/extra/linux/snap/snapcraft.yaml index ba7ad6c0..5f4639d2 100644 --- a/extra/linux/snap/snapcraft.yaml +++ b/extra/linux/snap/snapcraft.yaml @@ -19,7 +19,6 @@ parts: alacritty: plugin: rust source: . - stage-packages: [xclip] build-packages: [libfreetype6-dev, libfontconfig1-dev, cmake] desktop: plugin: dump -- cgit