diff --git a/crates/live_kit_client/Cargo.toml b/crates/live_kit_client/Cargo.toml index 32c180c48c63d3cc54d6a8bd1c7ddd11a3ad20e9..3aeba54af049621d4ef944f14c56b2e6c4f8fb8d 100644 --- a/crates/live_kit_client/Cargo.toml +++ b/crates/live_kit_client/Cargo.toml @@ -52,7 +52,6 @@ block = "0.1" byteorder = "1.4" bytes = "1.2" collections = { path = "../collections", features = ["test-support"] } -foreign-types = "0.3" futures.workspace = true gpui = { path = "../gpui", features = ["test-support"] } hmac = "0.12" @@ -66,6 +65,13 @@ serde_derive.workspace = true sha2 = "0.10" simplelog = "0.9" +[target.'cfg(target_os = "macos")'.dev-dependencies] +cocoa = "0.25" +core-foundation = "0.9.3" +core-graphics = "0.22.3" +foreign-types = "0.3" +objc = "0.2" + [build-dependencies] serde.workspace = true serde_derive.workspace = true diff --git a/crates/media/Cargo.toml b/crates/media/Cargo.toml index 351ae3725289a40324ae719460de1352647216bf..bb9751e9daf52a5797dfdc3eb1af918cfb15eccf 100644 --- a/crates/media/Cargo.toml +++ b/crates/media/Cargo.toml @@ -13,10 +13,10 @@ doctest = false anyhow.workspace = true block = "0.1" bytes = "1.2" -foreign-types = "0.3" [target.'cfg(target_os = "macos")'.dependencies] core-foundation = "0.9.3" +foreign-types = "0.3" metal = "0.21.0" objc = "0.2"