Merge pull request #76 from gennyble/patch-1

Fix version number in readme
This commit is contained in:
l1npengtul
2022-12-08 14:01:29 +09:00
committed by GitHub
+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"]
```