summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorJustin Worthe <justin@worthe-it.co.za>2018-02-26 19:22:18 +0200
committerJustin Worthe <justin@worthe-it.co.za>2018-02-26 19:22:18 +0200
commite1ba5ff36cefd602e64210dcfd0c4076c871e38c (patch)
tree47ea7bb37165f51bdb40ce099a0704308b2a99ba /Cargo.toml
parent4dbfbc6d68516db3e90114b78c291c8a1c0eb732 (diff)
Early commit: both desktop and wasm support
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml8
1 files changed, 2 insertions, 6 deletions
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 <justin@worthe-it.co.za>"]
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" }