Rename compositor::Renderer to Default
This commit is contained in:
parent
a2c897792c
commit
441e9237cd
9 changed files with 26 additions and 21 deletions
|
|
@ -372,9 +372,9 @@ impl Backend {
|
|||
}
|
||||
}
|
||||
|
||||
impl crate::graphics::Backend for Backend {
|
||||
type Compositor = window::Compositor;
|
||||
impl backend::Backend for Backend {
|
||||
type Primitive = primitive::Custom;
|
||||
type Compositor = window::Compositor;
|
||||
}
|
||||
|
||||
impl backend::Text for Backend {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue