Introduce internal_backend to iced_wgpu::Settings

This commit is contained in:
Héctor Ramón Jiménez 2021-03-25 11:27:31 +01:00
parent ab8dcf91bd
commit 883c7e71ae
4 changed files with 52 additions and 41 deletions

View file

@ -206,7 +206,7 @@ pub trait Application: Sized {
} else {
None
},
..crate::renderer::Settings::default()
..crate::renderer::Settings::from_env()
};
Ok(crate::runtime::application::run::<