diff options
author | 2020-02-24 20:08:40 +0100 | |
---|---|---|
committer | 2020-02-24 20:08:40 +0100 | |
commit | be14aca07506385a209e89cd99256744a7ec3c0f (patch) | |
tree | bc05c7179ade80db61a2009239c9f5c9615181b5 /src/application.rs | |
parent | e680fd27e754aead4003cae72f401090662851b2 (diff) | |
download | iced-be14aca07506385a209e89cd99256744a7ec3c0f.tar.gz iced-be14aca07506385a209e89cd99256744a7ec3c0f.tar.bz2 iced-be14aca07506385a209e89cd99256744a7ec3c0f.zip |
Make output format of `iced_wgpu` configurable
Diffstat (limited to 'src/application.rs')
-rw-r--r-- | src/application.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/application.rs b/src/application.rs index 374810cb..2ee3337f 100644 --- a/src/application.rs +++ b/src/application.rs @@ -183,6 +183,7 @@ pub trait Application: Sized { } else { None }, + ..iced_wgpu::Settings::default() }, ); |