From f1e20a61f16388ed4d2dac734bab30d67bbd84b3 Mon Sep 17 00:00:00 2001 From: Héctor Ramón Jiménez Date: Sun, 9 Feb 2020 03:25:13 +0100 Subject: Allow `iced_wgpu` to render to any `TextureView` --- src/application.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') 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 iced_winit::Application for Instance where A: Application, { - type Renderer = iced_wgpu::Renderer; + type Backend = iced_wgpu::window::Backend; type Executor = A::Executor; type Message = A::Message; -- cgit