Merge pull request #158 from cormac-obrien/master

Update hound dependency to 3.3.1
This commit is contained in:
Pierre Krieger 2018-03-20 10:47:01 +01:00 committed by GitHub
commit 27a0cb7cfd
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -11,7 +11,7 @@ documentation = "http://docs.rs/rodio"
[dependencies]
claxon = { version = "0.3.0", optional = true }
cpal = "0.6.0"
hound = { version = "1.0.0", optional = true }
hound = { version = "3.3.1", optional = true }
lazy_static = "1.0.0"
lewton = { version = "0.5", optional = true }
cgmath = "0.14"