Update macOS dependencies (#1554)

* update macos libs

* modify dependency

* changelog

* update core-video-sys version
This commit is contained in:
j4qfrost
2020-05-07 19:32:09 -07:00
committed by GitHub
parent b8828105cf
commit 3c38afdb47
2 changed files with 5 additions and 4 deletions

View File

@@ -42,14 +42,14 @@ ndk-glue = "0.1.0"
objc = "0.2.3"
[target.'cfg(target_os = "macos")'.dependencies]
cocoa = "0.19.1"
core-foundation = "0.6"
core-graphics = "0.17.3"
cocoa = "0.20"
core-foundation = "0.7"
core-graphics = "0.19"
dispatch = "0.2.0"
objc = "0.2.6"
[target.'cfg(target_os = "macos")'.dependencies.core-video-sys]
version = "0.1.3"
version = "0.1.4"
default_features = false
features = ["display_link"]