From 5a26ff083cdac39b815b2e471045c8cbfd34acd2 Mon Sep 17 00:00:00 2001 From: l1npengtul Date: Thu, 17 Nov 2022 20:37:24 +0900 Subject: [PATCH] readme adjustments again --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c7fdacd..c9d865a 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ Nokhwa can be added to your crate by adding it to your `Cargo.toml`: ```toml [dependencies.nokhwa] version = "0.10.0-rc2" -# Use the native inputs +# Use the native input backends, enable WGPU integration features = ["input-native", "output-wgpu"] ```