Add first-pass sound support to Zed
This commit is contained in:
parent
138de37cbf
commit
d2127825e3
17 changed files with 213 additions and 79 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue