summaryrefslogtreecommitdiffstats
path: root/src/application.rs
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/application.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/application.rs b/src/application.rs
index 689332f1..0ae2ec55 100644
--- a/src/application.rs
+++ b/src/application.rs
@@ -216,7 +216,7 @@ impl<A> iced_winit::Application for Instance<A>
where
A: Application,
{
- type Backend = iced_wgpu::window::Backend;
+ type Compositor = iced_wgpu::window::Compositor;
type Executor = A::Executor;
type Flags = A::Flags;
type Message = A::Message;