aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorTeddy Wing2018-10-29 22:37:55 +0100
committerTeddy Wing2018-10-29 22:37:55 +0100
commit9a3775c3b4d557e29021c8a5490634957ae23e6a (patch)
treeaa79c2327e5bc16d6c163dc06a1ed659d005f3d9 /Cargo.toml
parent9c3ca6c3ed6703881993a05051d997c686a24b0b (diff)
downloaddome-key-map-9a3775c3b4d557e29021c8a5490634957ae23e6a.tar.bz2
Remove audio playing code
Remove code that was commented in 44f6a2d5544e3ad49e5e3c52167c045aed1d56b2. Since we weren't able to correctly link to the Core Audio framework from the Objective-C code using this Rust audio code, get rid of it. Instead, we play audio in the Objective-C application.
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml1
1 files changed, 0 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index a2f9c23..426371f 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -14,7 +14,6 @@ libc = "0.2.43"
log = "0.4.5"
magic-crypt = "2.1.2"
quick-error = "1.2.2"
-rodio = "0.8.1"
serde = "1.0.58"
serde_derive = "1.0.58"
stderrlog = "0.4.1"