Introduce internal_backend to iced_wgpu::Settings
This commit is contained in:
parent
ab8dcf91bd
commit
883c7e71ae
4 changed files with 52 additions and 41 deletions
|
|
@ -206,7 +206,7 @@ pub trait Application: Sized {
|
|||
} else {
|
||||
None
|
||||
},
|
||||
..crate::renderer::Settings::default()
|
||||
..crate::renderer::Settings::from_env()
|
||||
};
|
||||
|
||||
Ok(crate::runtime::application::run::<
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue