mirror of
https://github.com/l1npengtul/nokhwa.git
synced 2026-07-04 02:27:26 +00:00
update cargo toml
bump macos binding ver
This commit is contained in:
+2
-2
@@ -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
|
||||
|
||||
@@ -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"]
|
||||
|
||||
Reference in New Issue
Block a user