[dependencies.block]
version = "0.1"
[dependencies.core-foundation]
default-features = false
version = "0.9"
[dependencies.core-graphics]
default-features = false
version = "0.23"
[dependencies.foreign-types]
version = "0.5"
[dependencies.io-surface]
default-features = false
version = "0.15"
[dependencies.libc]
version = "0.2"
[dependencies.metal]
optional = true
version = "0.28"
[dependencies.objc2]
optional = true
version = "0.5"
[features]
default = ["display-link", "link", "metal"]
display-link = []
link = ["core-foundation/link", "core-graphics/link"]
objc = ["objc2"]
[package]
authors = ["Zhou Wei <zhouwei@ehom.net>"]
categories = ["multimedia::video", "os::macos-apis"]
description = "Safe bindings to CoreVideo framework"
documentation = "https://docs.rs/core-video"
edition = "2018"
homepage = "https://github.com/libark/core-video"
keywords = ["corevideo"]
license = "MIT OR Apache-2.0"
name = "core-video"
readme = "README.md"
repository = "https://github.com/libark/core-video"
version = "0.2.2"
[package.metadata.docs.rs]
default-target = "x86_64-apple-darwin"
features = ["display-link", "metal", "objc"]
no-default-features = true
targets = ["aarch64-apple-darwin", "aarch64-apple-ios", "x86_64-apple-darwin", "x86_64-apple-ios"]