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:
Piotr Osiewicz 2023-08-21 11:07:31 +02:00 committed by GitHub
parent b7e03507c2
commit 9ea0ed3e95
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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