[package] name = "audioview-frontend-core" version = "0.1.0" authors = ["Rob Watson "] edition = "2018" [lib] crate-type = ["cdylib"] [dependencies] yew = "0.17" #yew = { path = "/home/rob/dev/yew/yew" } yewtil = "0.3.1" wasm-bindgen = "0.2" js-sys = "0.3.44" futures = "0.3.5" cpal = { path = "/home/rob/dev/cpal", version = "0.12.1", features = ["wasm-bindgen"] } wasm-bindgen-futures = "0.4" console_error_panic_hook = "0.1.6" weblog = "0.2" [dependencies.web-sys] version = "0.3.44" features = [ "console", "AudioContext", "AudioBuffer", "HtmlCanvasElement", "CanvasRenderingContext2d", "Window", "File", ]