mirror of https://github.com/wayvr-org/wayvr.git
fix uidev build
This commit is contained in:
parent
ce558855d4
commit
0f89321070
|
|
@ -9,14 +9,13 @@ pub struct TestbedDashboard {
|
|||
|
||||
impl TestbedDashboard {
|
||||
pub fn new() -> anyhow::Result<Self> {
|
||||
let settings = SimpleSettingsIO::new();
|
||||
let interface = DashInterfaceEmulated::new();
|
||||
|
||||
let frontend = frontend::Frontend::new(
|
||||
frontend::InitParams {
|
||||
interface: Box::new(interface),
|
||||
},
|
||||
(),
|
||||
&mut (),
|
||||
)?;
|
||||
Ok(Self { frontend })
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue