diff options
author | Joe Wilm <joe@jwilm.com> | 2016-09-26 22:22:28 -0700 |
---|---|---|
committer | Joe Wilm <joe@jwilm.com> | 2016-09-26 22:22:28 -0700 |
commit | 077a058cc428db8b1a9ec13f2a9c49ba500f7ac0 (patch) | |
tree | 630361503e038b588b060c13d48f50aff03abb1b /src/main.rs | |
parent | 89937e7bc53bcdf6738bc378d02978ece8a205e6 (diff) | |
download | alacritty-077a058cc428db8b1a9ec13f2a9c49ba500f7ac0.tar.gz alacritty-077a058cc428db8b1a9ec13f2a9c49ba500f7ac0.zip |
wip
doesn't work on ubuntu 16.04 for some reason
Diffstat (limited to 'src/main.rs')
-rw-r--r-- | src/main.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/main.rs b/src/main.rs index dc2d2eff..3316c70c 100644 --- a/src/main.rs +++ b/src/main.rs @@ -24,6 +24,7 @@ #![feature(core_intrinsics)] extern crate cgmath; +extern crate clipboard; extern crate errno; extern crate font; extern crate glutin; |