core: Disable LZMA support by default

This commit is contained in:
Mike Welsh 2019-10-12 00:07:10 -07:00
parent 1ab5211bfe
commit 3b42c70e48
1 changed files with 1 additions and 1 deletions

View File

@ -26,5 +26,5 @@ default-features = false # can't use rayon on web
approx = "0.3.2"
[features]
default = ["minimp3", "lzma"]
default = ["minimp3"]
lzma = ["swf/lzma"]