rc3 prep: update core

This commit is contained in:
l1npengtul
2022-11-17 20:44:58 +09:00
parent 5a26ff083c
commit e8b1091234
4 changed files with 8 additions and 8 deletions
+2 -2
View File
@@ -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]
+2 -2
View File
@@ -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]
+3 -3
View File
@@ -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 -1
View File
@@ -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"