mirror of
https://github.com/l1npengtul/nokhwa.git
synced 2026-07-04 02:27:26 +00:00
rc3 prep: update core
This commit is contained in:
+2
-2
@@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "nokhwa"
|
||||
version = "0.10.0-rc.2"
|
||||
version = "0.10.0-rc.3"
|
||||
authors = ["l1npengtul <l1npengtul@protonmail.com>"]
|
||||
edition = "2021"
|
||||
description = "A Simple-to-use, cross-platform Rust Webcam Capture Library"
|
||||
@@ -43,7 +43,7 @@ thiserror = "1.0"
|
||||
paste = "1.0"
|
||||
|
||||
[dependencies.nokhwa-core]
|
||||
version = "0.1.0-rc.1"
|
||||
version = "0.1.0-rc.2"
|
||||
path = "nokhwa-core"
|
||||
|
||||
[dependencies.serde]
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "nokhwa-bindings-macos"
|
||||
version = "0.2.0-rc.1"
|
||||
version = "0.2.0-rc.2"
|
||||
edition = "2018"
|
||||
authors = ["l1npengtul"]
|
||||
license = "Apache-2.0"
|
||||
@@ -14,7 +14,7 @@ flume = "0.10"
|
||||
once_cell = "1.14"
|
||||
|
||||
[dependencies.nokhwa-core]
|
||||
version = "0.1.0-rc.1"
|
||||
version = "0.1.0-rc.2"
|
||||
path = "../nokhwa-core"
|
||||
|
||||
[target.'cfg(any(target_os="macos",target_os="ios"))'.dependencies]
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "nokhwa-bindings-windows"
|
||||
version = "0.4.0-rc.1"
|
||||
version = "0.4.0-rc.2"
|
||||
authors = ["l1npengtul"]
|
||||
edition = "2021"
|
||||
license = "Apache-2.0"
|
||||
@@ -14,9 +14,9 @@ keywords = ["media-foundation", "windows", "capture", "webcam"]
|
||||
lazy_static = "1.4.0"
|
||||
|
||||
[dependencies.nokhwa-core]
|
||||
version = "0.1.0-rc.1"
|
||||
version = "0.1.0-rc.2"
|
||||
path = "../nokhwa-core"
|
||||
|
||||
[dependencies.windows]
|
||||
version = "0.42.0"
|
||||
version = "0.43.0"
|
||||
features = ["Win32_Media_MediaFoundation", "Win32_System_Com", "Win32_Foundation", "Win32_Media_DirectShow", "Win32_Media", "Win32", "Win32_Media_KernelStreaming"]
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "nokhwa-core"
|
||||
version = "0.1.0-rc.1"
|
||||
version = "0.1.0-rc.2"
|
||||
authors = ["l1npengtul <l1npengtul@protonmail.com>"]
|
||||
edition = "2021"
|
||||
description = "Core type definitions for nokhwa"
|
||||
|
||||
Reference in New Issue
Block a user