deps: Update drm-rs to non-broken version

This commit is contained in:
Victoria Brekenfeld 2022-08-15 11:39:55 +02:00
parent 6fd29784d2
commit bb2c650ff7
4 changed files with 121 additions and 236 deletions

View file

@ -204,6 +204,7 @@ impl BackendData {
}
}
/*
pub fn offscreen_for_output(
&mut self,
output: &Output,
@ -276,6 +277,7 @@ impl BackendData {
BackendData::Unset => unreachable!(),
}
}
*/
}
impl State {