mirror of
https://github.com/l1npengtul/nokhwa.git
synced 2026-07-04 02:27:26 +00:00
update dependencies and bump versions, fix #211
This commit is contained in:
+2
-2
@@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "nokhwa"
|
||||
version = "0.10.7"
|
||||
version = "0.10.8"
|
||||
authors = ["l1npengtul <l1npengtul@protonmail.com>"]
|
||||
edition = "2021"
|
||||
description = "A Simple-to-use, cross-platform Rust Webcam Capture Library"
|
||||
@@ -71,7 +71,7 @@ version = "23"
|
||||
optional = true
|
||||
|
||||
[dependencies.opencv]
|
||||
version = "0.93"
|
||||
version = "0.94"
|
||||
default-features = false
|
||||
optional = true
|
||||
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "nokhwa-bindings-windows"
|
||||
version = "0.4.2"
|
||||
version = "0.4.3"
|
||||
authors = ["l1npengtul"]
|
||||
edition = "2021"
|
||||
license = "Apache-2.0"
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "nokhwa-core"
|
||||
version = "0.1.5"
|
||||
version = "0.1.6"
|
||||
authors = ["l1npengtul <l1npengtul@protonmail.com>"]
|
||||
edition = "2021"
|
||||
description = "Core type definitions for nokhwa"
|
||||
@@ -37,7 +37,7 @@ version = "23"
|
||||
optional = true
|
||||
|
||||
[dependencies.opencv]
|
||||
version = "0.93"
|
||||
version = "0.94"
|
||||
optional = true
|
||||
|
||||
[dependencies.bytemuck]
|
||||
|
||||
Reference in New Issue
Block a user