diff options
| author | 2020-02-10 19:49:08 +0100 | |
|---|---|---|
| committer | 2020-02-10 19:49:08 +0100 | |
| commit | 5d16f431b3088189579cf096b3abf89578cc73f6 (patch) | |
| tree | c7efea00fabd87133a59760e902548d39822a844 /src | |
| parent | 95880ca74bddb6a23774621ef766b91956d40a61 (diff) | |
| parent | 4337daddb2a02a2c60dfc5beb896e3059588312a (diff) | |
| download | iced-5d16f431b3088189579cf096b3abf89578cc73f6.tar.gz iced-5d16f431b3088189579cf096b3abf89578cc73f6.tar.bz2 iced-5d16f431b3088189579cf096b3abf89578cc73f6.zip  | |
Merge pull request #183 from hecrj/feature/wgpu-integration
Integration with existing `wgpu` projects
Diffstat (limited to 'src')
| -rw-r--r-- | src/application.rs | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/src/application.rs b/src/application.rs index 926a2986..0a4b6d9e 100644 --- a/src/application.rs +++ b/src/application.rs @@ -193,7 +193,7 @@ impl<A> iced_winit::Application for Instance<A>  where      A: Application,  { -    type Renderer = iced_wgpu::Renderer; +    type Backend = iced_wgpu::window::Backend;      type Executor = A::Executor;      type Message = A::Message;  | 
