mirror of
https://github.com/l1npengtul/nokhwa.git
synced 2026-07-04 02:27:26 +00:00
26 lines
717 B
TOML
26 lines
717 B
TOML
[package]
|
|
name = "nokhwa-bindings-macos"
|
|
version = "0.2.0"
|
|
edition = "2021"
|
|
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]
|
|
|
|
[dependencies.nokhwa-core]
|
|
version = "0.2"
|
|
path = "../nokhwa-core"
|
|
|
|
[target.'cfg(any(target_os="macos",target_os="ios"))'.dependencies]
|
|
core-media-sys = "0.1"
|
|
core-video-sys = "0.1"
|
|
cocoa-foundation = "0.1"
|
|
objc = { version = "0.2", features = ["exception"] }
|
|
block = "0.1"
|
|
flume = "0.10"
|
|
once_cell = "1.16"
|