hide MacOS dependencie of live_kit_client and media

This commit is contained in:
Dzmitry Malyshau 2024-01-30 21:37:54 -08:00
parent 8aa768765f
commit ecf4955899
2 changed files with 8 additions and 2 deletions

View file

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