diff --git a/Cargo.toml b/Cargo.toml index 84bb015..b4c426b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,12 +1,12 @@ [package] name = "nokhwa" -version = "0.5.0" +version = "0.5.1" authors = ["l1npengtul "] 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 diff --git a/nokhwa-bindings-macos/Cargo.toml b/nokhwa-bindings-macos/Cargo.toml index 380ae6e..018f745 100644 --- a/nokhwa-bindings-macos/Cargo.toml +++ b/nokhwa-bindings-macos/Cargo.toml @@ -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"]