diff options
Diffstat (limited to '')
-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; |