Fix version number in readme

This commit is contained in:
gennyble
2022-12-07 18:43:55 -06:00
committed by GitHub
parent 0617040f0a
commit f622051b89
+1 -1
View File
@@ -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"]
```