mirror of
https://github.com/italicsjenga/ash-molten.git
synced 2025-01-27 20:36:33 +11:00
Add docs to run the example
This commit is contained in:
parent
db9fa8182a
commit
4b328a536a
1 changed files with 1 additions and 0 deletions
|
@ -30,6 +30,7 @@ let instance = entry.create_instance(&create_info, None).expect("Instance");
|
||||||
let devices = instance.enumerate_physical_devices();
|
let devices = instance.enumerate_physical_devices();
|
||||||
println!("{:?}", devices);
|
println!("{:?}", devices);
|
||||||
```
|
```
|
||||||
|
You can run the example with `cargo run`.
|
||||||
|
|
||||||
## How does it work?
|
## How does it work?
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue