Be specific with cargo dependencies

This commit is contained in:
Alex Page 2022-02-08 19:59:33 -05:00
parent 9e83e004dc
commit 3129f1be1d
2 changed files with 26 additions and 26 deletions

View file

@ -18,7 +18,7 @@ bracket-lib = { git = "https://github.com/amethyst/bracket-lib" }
hecs = "0.5.1"
specs-derive = "0.4.1"
cpal = { version = "0.13.0", features = ["wasm-bindgen"] }
oddio = "0.5"
oddio = "0.5.0"
fundsp = "0.1.0"
typenum = "1.15.0"
console_error_panic_hook = "0.1.7"
@ -26,4 +26,4 @@ wasm-bindgen = "0.2.79"
instant = "0.1.12"
[target.'cfg(windows)'.build-dependencies]
winres = "0.1"
winres = "0.1.12"