Rename window::Backend to Compositor
This commit is contained in:
parent
a0ac09122a
commit
4aed0fa4b6
9 changed files with 39 additions and 31 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue