Using the git hosted opus prebuild project
This commit is contained in:
parent
3c280f58d1
commit
8a1b715bfb
1 changed files with 2 additions and 1 deletions
|
@ -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"
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue