From 8a1b715bfb473bcf660a4528b106431ae814f2fb Mon Sep 17 00:00:00 2001 From: WolverinDEV Date: Wed, 2 Sep 2020 11:23:17 +0200 Subject: [PATCH] Using the git hosted opus prebuild project --- web/audio-lib/Cargo.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/web/audio-lib/Cargo.toml b/web/audio-lib/Cargo.toml index 691d3f84..c1c09b8a 100644 --- a/web/audio-lib/Cargo.toml +++ b/web/audio-lib/Cargo.toml @@ -22,7 +22,8 @@ tokio-test = "0.2.1" ntest = "0.7.1" [target.'cfg(target_arch = "wasm32")'.dependencies] -opus-prebuild-wasm = { path = "D:\\git\\web\\opus-prebuild-wasm" } +# opus-prebuild-wasm = { path = "D:\\git\\web\\opus-prebuild-wasm" } +opus-prebuild-wasm = { git = "https://github.com/WolverinDEV/opus-prebuild-wasm.git" } console_log = "0.2.0" console_error_panic_hook = "0.1.6"