From e1ba5ff36cefd602e64210dcfd0c4076c871e38c Mon Sep 17 00:00:00 2001 From: Justin Worthe Date: Mon, 26 Feb 2018 19:22:18 +0200 Subject: Early commit: both desktop and wasm support --- Cargo.toml | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 8d65f6e..fa8d4bd 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -6,11 +6,7 @@ authors = ["Justin Worthe "] build = "build.rs" [dependencies] -gate = "0.2.1" -ogg-sys = "0.0.9" -vorbis = "0.1.0" +gate = { path = "../gate/gate" } [build-dependencies] -gate_build = "0.2.1" - -[target.'cfg(not(target_arch = "wasm32"))'.dependencies] \ No newline at end of file +gate_build = { path = "../gate/gate_build" } -- cgit v1.2.3