diff options
author | Joe Wilm <joe@jwilm.com> | 2016-10-08 18:42:33 -0700 |
---|---|---|
committer | Joe Wilm <joe@jwilm.com> | 2016-10-08 18:42:33 -0700 |
commit | 9d491f9f676536634040fea8294dc672f3466e26 (patch) | |
tree | 81d4ddc867c570a9004c3d878647feb69e0e2d91 /copypasta/Cargo.lock | |
parent | 7e69a070aaf92eff3bea1878bd77821b5ae60ede (diff) | |
download | alacritty-9d491f9f676536634040fea8294dc672f3466e26.tar.gz alacritty-9d491f9f676536634040fea8294dc672f3466e26.zip |
Start implementing copypasta, a clipboard library
Currently it only supports x11 via the xclip program, and that only
supports reading the clipboard contents.
Diffstat (limited to 'copypasta/Cargo.lock')
-rw-r--r-- | copypasta/Cargo.lock | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/copypasta/Cargo.lock b/copypasta/Cargo.lock new file mode 100644 index 00000000..53d49794 --- /dev/null +++ b/copypasta/Cargo.lock @@ -0,0 +1,4 @@ +[root] +name = "copypasta" +version = "0.0.1" + |