From d300f69b3486e1c7740848edd19919b133a7b7cd Mon Sep 17 00:00:00 2001 From: Teddy Wing Date: Mon, 24 Sep 2018 18:12:47 +0200 Subject: Cargo.toml: Add 'autopilot' crate To simulate key presses. --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Cargo.toml b/Cargo.toml index 2c2176e..3f6804e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,6 +3,7 @@ name = "dome-key-map" version = "0.0.1" [dependencies] +autopilot = "0.1.7" cocoa = "0.18.0" combine = "3.4.0" libc = "0.2.43" -- cgit v1.2.3