Can't run triangle example on MAC with metal backend
Open
- Dominant language
- Rust
- Stars
- 812
- Forks
- 94
- PR merge metrics
- No merged PRs in 30d
Description
`cargo run --features metal`
gives
```thread 'main' panicked at 'called `Result::unwrap()` on an `Err` value: No enabled backends among: vulkan dx12 metal gl', src/libcore/result.rs:1165:5```
On windows machine `cargo run --features vulkan` works
[example.zip](https://github.com/amethyst/rendy/files/4083492/example.zip)
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.