[package]
edition = "2018"
name = "core-video-sys"
version = "0.1.2"
authors = ["luozijun <luozijun.assistant@gmail.com>", "michael.laifx <cihv2@163.com>"]
build = "build.rs"
description = "Bindings to CoreVideo.framework for macOS and iOS"
homepage = "https://github.com/luozijun/rust-core-video-sys"
documentation = "https://docs.rs/core-video-sys/*/x86_64-apple-darwin/core-video-sys"
license = "MIT"
repository = "https://github.com/luozijun/rust-core-video-sys"
[dependencies.cfg-if]
version = "0.1"
[dependencies.core-foundation-sys]
version = "0.6.2"
[dependencies.core-graphics]
version = "0.17.3"
optional = true
[dependencies.libc]
version = "0.2.47"
[dependencies.metal]
version = "0.14.0"
features = ["private"]
[dependencies.objc]
version = "0.2.5"
[features]
all = ["display_link", "direct3d", "io_suface", "opengl"]
default = ["display_link"]
direct3d = []
display_link = ["opengl", "core-graphics"]
io_suface = []
opengl = []