From 452366b0abbae346b2beec761c910b72f3dd2fd6 Mon Sep 17 00:00:00 2001 From: Justin Worthe Date: Thu, 28 Dec 2017 23:06:19 +0200 Subject: Updated WASM build to use the new wasm32-unknown-unknown target It's only in the nightly compiler at the moment. --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Cargo.toml') 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 "] [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" -- cgit v1.2.3