From 5e01bea4faf7f9e5145b9bd5f73a0c8f7fa692d1 Mon Sep 17 00:00:00 2001 From: l1npengtul Date: Sun, 18 Dec 2022 16:30:23 +0900 Subject: [PATCH] update various pieces --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5f3b441..d53ed19 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ A Simple-to-use, cross-platform Rust Webcam Capture Library Nokhwa can be added to your crate by adding it to your `Cargo.toml`: ```toml [dependencies.nokhwa] -version = "0.10.0-rc.2" +version = "0.10.0" # Use the native input backends, enable WGPU integration features = ["input-native", "output-wgpu"] ```