Using the git hosted opus prebuild project

This commit is contained in:
WolverinDEV 2020-09-02 11:23:17 +02:00
parent 3c280f58d1
commit 8a1b715bfb

View file

@ -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"