Rename canvas::frame to canvas in iced_wgpu

This commit is contained in:
Héctor Ramón Jiménez 2023-03-03 04:00:44 +01:00
parent bbeaf10c04
commit d13d19ba35
No known key found for this signature in database
GPG key ID: 140CC052C94F138E
9 changed files with 14 additions and 153 deletions

View file

@ -256,6 +256,9 @@ impl Backend {
// Not supported!
// TODO: Draw a placeholder (?) / Log it (?)
}
_ => {
// Not supported!
}
}
}
}