mirror of
https://github.com/zed-industries/zed.git
synced 2024-12-24 17:28:40 +00:00
chore: remove unused features from rodio crate. (#2869)
This reduces our dep count by 1% at the expense of not supporting playback of .flac, .mp3 and .vorbis formats. We only use .wav anyways. Release Notes: - N/A
This commit is contained in:
parent
b7e03507c2
commit
9ea0ed3e95
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@ gpui = { path = "../gpui" }
|
|||
collections = { path = "../collections" }
|
||||
util = { path = "../util" }
|
||||
|
||||
rodio = "0.17.1"
|
||||
rodio ={version = "0.17.1", default-features=false, features = ["wav"]}
|
||||
|
||||
log.workspace = true
|
||||
|
||||
|
|
Loading…
Reference in a new issue