Files
nokhwa/nokhwa-bindings-macos/Cargo.toml
T
2022-09-13 08:41:03 -07:00

23 lines
625 B
TOML

[package]
name = "nokhwa-bindings-macos"
version = "0.2.0"
edition = "2018"
authors = ["l1npengtul"]
license = "Apache-2.0"
repository = "https://github.com/l1npengtul/nokhwa"
description = "The AVFoundation bindings crate for `nokhwa`"
keywords = ["avfoundation", "macos", "capture", "webcam"]
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
flume = "0.10"
core-media-sys = "0.1"
cocoa-foundation = "0.1"
objc = { version = "0.2", features = ["exception"] }
block = "0.1"
once_cell = "1.14"
[dependencies.nokhwa-core]
version = "0.1"
path = "../nokhwa-core"