[X] My hardware is compatible and my graphics drivers are up-to-date.
What happened?
Running the following app on a rasperry pi crashes, when the "wgpu"-feature is enabled (it works without the feature enabled).
The error message is a "unwrap on a None-value" in wgpu-core (see below).
This was not an issue with iced v0.10.
In case it is relevant:
the app was cross-compiled on a windows-machine using cross
the rapberry-pi is running default 64bit raspbian image
Is there an existing issue for this?
Is this issue related to iced?
What happened?
Running the following app on a rasperry pi crashes, when the "wgpu"-feature is enabled (it works without the feature enabled). The error message is a "unwrap on a None-value" in wgpu-core (see below). This was not an issue with iced v0.10. In case it is relevant:
Note: This reads similar to https://github.com/iced-rs/iced/issues/2314 I decided to open a new issue, because the error message is different.
What is the expected behavior?
No crash, a window with the text "Test" is shown.
Version
crates.io release
Operating System
Linux
Do you have any log output?