summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index f448215..680a811 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -6,7 +6,7 @@ authors = ["Justin Worthe <justin.worthe@gmail.com>"]
[dependencies]
bencher = "0.1.2"
-[target.'cfg(not(target_os = "emscripten"))'.dependencies]
+[target.'cfg(not(target_arch = "wasm32"))'.dependencies]
portaudio = "0.7.0"
gtk = "0.3.0"
cairo-rs = "0.3.0"