update cargo toml

bump macos binding ver
This commit is contained in:
l1npengtul
2021-10-07 08:26:29 +09:00
parent d6abcb30c2
commit 35aa6db56d
2 changed files with 4 additions and 4 deletions
+2 -2
View File
@@ -1,12 +1,12 @@
[package]
name = "nokhwa"
version = "0.5.0"
version = "0.5.1"
authors = ["l1npengtul <l1npengtul@protonmail.com>"]
edition = "2018"
description = "A Simple-to-use, cross-platform Rust Webcam Capture Library"
keywords = ["camera", "webcam", "capture", "cross-platform"]
resolver = "2"
license = "MPL-2.0"
license = "Apache-2.0"
repository = "https://github.com/l1npengtul/nokhwa"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
+2 -2
View File
@@ -1,9 +1,9 @@
[package]
name = "nokhwa-bindings-macos"
version = "0.1.0"
version = "0.1.1"
edition = "2018"
authors = ["l1npengtul"]
license = "MPL-2.0"
license = "Apache-2.0"
repository = "https://github.com/l1npengtul/nokhwa"
description = "The AVFoundation bindings crate for `nokhwa`"
keywords = ["avfoundation", "macos", "capture", "webcam"]