diff options
| author | Teddy Wing | 2018-10-29 22:37:55 +0100 |
|---|---|---|
| committer | Teddy Wing | 2018-10-29 22:37:55 +0100 |
| commit | 9a3775c3b4d557e29021c8a5490634957ae23e6a (patch) | |
| tree | aa79c2327e5bc16d6c163dc06a1ed659d005f3d9 /Cargo.toml | |
| parent | 9c3ca6c3ed6703881993a05051d997c686a24b0b (diff) | |
| download | dome-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.toml | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -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" |
