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?