Rename window::Backend to Compositor
This commit is contained in:
parent
a0ac09122a
commit
4aed0fa4b6
9 changed files with 39 additions and 31 deletions
|
|
@ -26,7 +26,7 @@ pub struct Tour {
|
|||
}
|
||||
|
||||
impl Application for Tour {
|
||||
type Backend = window::Backend;
|
||||
type Compositor = window::Compositor;
|
||||
type Executor = executor::Null;
|
||||
type Message = Message;
|
||||
type Flags = ();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue