From f622051b89b19c2636f189ca9ca4a6b75e1a96ef Mon Sep 17 00:00:00 2001 From: gennyble Date: Wed, 7 Dec 2022 18:43:55 -0600 Subject: [PATCH] Fix version number in readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 18a2b00..5f3b441 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-rc2" +version = "0.10.0-rc.2" # Use the native input backends, enable WGPU integration features = ["input-native", "output-wgpu"] ```