From 4b328a536ad8428a80e904722e171d7e1ef7bc87 Mon Sep 17 00:00:00 2001 From: Maik Klein Date: Sat, 8 Jun 2019 19:32:29 +0200 Subject: [PATCH] Add docs to run the example --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 2a56c04..6aee7b5 100644 --- a/README.md +++ b/README.md @@ -30,6 +30,7 @@ let instance = entry.create_instance(&create_info, None).expect("Instance"); let devices = instance.enumerate_physical_devices(); println!("{:?}", devices); ``` +You can run the example with `cargo run`. ## How does it work?