Merge branch 'master' into feature/image-from-bytes
This commit is contained in:
commit
561c3641c6
24 changed files with 454 additions and 166 deletions
|
|
@ -49,7 +49,7 @@ impl<'a> Layer<'a> {
|
|||
impl Renderer {
|
||||
fn new() -> Self {
|
||||
let adapter = Adapter::request(&RequestAdapterOptions {
|
||||
power_preference: PowerPreference::LowPower,
|
||||
power_preference: PowerPreference::Default,
|
||||
backends: BackendBit::all(),
|
||||
})
|
||||
.expect("Request adapter");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue