[go: up one dir, main page]

core-video-sys 0.1.1

Bindings to CoreVideo.framework for macOS and iOS
[package]
name = "core-video-sys"
version = "0.1.1"
authors = ["luozijun <luozijun.assistant@gmail.com>", "michael.laifx <cihv2@163.com>"]
description = "Bindings to CoreVideo.framework for macOS and iOS"
license = "MIT"
homepage   = "https://github.com/luozijun/rust-core-video-sys"
repository = "https://github.com/luozijun/rust-core-video-sys"
documentation = "https://docs.rs/core-video-sys/*/x86_64-apple-darwin/core-video-sys"
edition = "2018"
build = "build.rs"

[dependencies]
cfg-if = "0.1"
libc = "0.2.47"
objc = "0.2.5"
core-foundation-sys = "0.6.2"
metal = { version = "0.14.0", features = ["private"] }

[features]
default = [ "display_link", ]
all = [ "display_link", "direct3d", "io_suface", "opengl" ]

display_link = [ "opengl", ]
direct3d  = [ ]
io_suface = [ ]
opengl    = [ ]