Closed
Description
codes:
// the default example
use bevy::prelude::*;
fn main() {
App::build()
.add_default_plugins()
.run();
}
gets errors:
error: process didn't exit successfully: `target\debug\game_demo.exe` (exit code: 0xc0000005, STATUS_ACCESS_VIOLATION)
rustc version:
> rustc --version
rustc 1.45.2 (d3fb005a3 2020-07-31)
maybe this is caused by wgpu's bug as in https://github.com/hecrj/iced/issues/447。