Make output format of iced_wgpu configurable

This commit is contained in:
Héctor Ramón Jiménez 2020-02-24 20:08:40 +01:00
parent e680fd27e7
commit be14aca075
11 changed files with 69 additions and 22 deletions

View file

@ -183,6 +183,7 @@ pub trait Application: Sized {
} else {
None
},
..iced_wgpu::Settings::default()
},
);