diff options
| author | Teddy Wing | 2018-10-28 02:03:38 +0200 | 
|---|---|---|
| committer | Teddy Wing | 2018-10-28 02:03:38 +0200 | 
| commit | 641d94c357b23ad23ad8b67228071a12e619bded (patch) | |
| tree | 88d36ea050698bbcc3b49e77e9ca815e0793dd67 /src/lib.rs | |
| parent | 62f66f9c547adefdafae44c48cae3713795625f2 (diff) | |
| download | dome-key-map-641d94c357b23ad23ad8b67228071a12e619bded.tar.bz2 | |
Remove unused crates
Diffstat (limited to 'src/lib.rs')
| -rw-r--r-- | src/lib.rs | 2 | 
1 files changed, 0 insertions, 2 deletions
| @@ -2,7 +2,6 @@  extern crate autopilot;  extern crate chrono; -extern crate cocoa;  #[macro_use]  extern crate combine; @@ -11,7 +10,6 @@ extern crate core_graphics;  #[macro_use]  extern crate error_chain;  extern crate exitcode; -extern crate foreign_types;  extern crate getopts;  extern crate libc; | 
