This commit is contained in:
l1npengtul
2022-12-19 15:36:50 +09:00
parent 0df16e18b9
commit f687649871
6 changed files with 22 additions and 32 deletions
+5 -4
View File
@@ -1,6 +1,6 @@
[package]
name = "nokhwa-bindings-macos"
version = "0.2.0"
version = "0.2.0-rc.4"
edition = "2021"
authors = ["l1npengtul"]
license = "Apache-2.0"
@@ -10,11 +10,10 @@ 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"
once_cell = "1.14"
[dependencies.nokhwa-core]
version = "0.1.0-rc.2"
version = "0.1.0-rc.4"
path = "../nokhwa-core"
[target.'cfg(any(target_os="macos",target_os="ios"))'.dependencies]
@@ -23,3 +22,5 @@ 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"