Add first-pass sound support to Zed

This commit is contained in:
Mikayla Maki 2023-07-03 13:30:04 -07:00
parent 138de37cbf
commit d2127825e3
No known key found for this signature in database
17 changed files with 213 additions and 79 deletions

View file

@ -19,6 +19,7 @@ test-support = [
]
[dependencies]
audio = { path = "../audio" }
client = { path = "../client" }
collections = { path = "../collections" }
gpui = { path = "../gpui" }
@ -30,7 +31,6 @@ media = { path = "../media" }
project = { path = "../project" }
settings = { path = "../settings" }
util = { path = "../util" }
rodio = "0.17.1"
anyhow.workspace = true
async-broadcast = "0.4"