# hello
This example prints output describing the adapter in use.
## To Run
```
cargo run --example hello
```
## Example output
```
# You might see different output as it depends on your graphics card
AdapterInfo { name: "Intel(R) UHD Graphics 630", vendor: 0, device: 0, device_type: IntegratedGpu, backend: Metal }
```