Update lewton to 0.10

This commit is contained in:
Alex Butler 2020-01-30 12:42:53 +00:00 committed by est31
parent 7f9eff3cc8
commit 29344401ee
2 changed files with 4 additions and 1 deletions

View file

@ -1,3 +1,6 @@
# Unreleased
- Update `lewton` to 0.10.
# Version 0.10.0 (2019-11-16)
- Removal of nalgebra in favour of own code.
- Fix a bug that switched channels when resuming after having paused.

View file

@ -13,7 +13,7 @@ claxon = { version = "0.4.2", optional = true }
cpal = "0.10"
hound = { version = "3.3.1", optional = true }
lazy_static = "1.0.0"
lewton = { version = "0.9", optional = true }
lewton = { version = "0.10", optional = true }
minimp3 = { version = "0.3.2", optional = true }
[features]