mirror of https://github.com/wayvr-org/wayvr.git
format
This commit is contained in:
parent
3b1c907798
commit
cccc7f2614
|
|
@ -4,8 +4,8 @@ use std::{
|
||||||
io::{BufRead, BufReader, Read},
|
io::{BufRead, BufReader, Read},
|
||||||
process::Child,
|
process::Child,
|
||||||
sync::{
|
sync::{
|
||||||
mpsc::{self, Receiver},
|
|
||||||
Arc, LazyLock,
|
Arc, LazyLock,
|
||||||
|
mpsc::{self, Receiver},
|
||||||
},
|
},
|
||||||
thread::JoinHandle,
|
thread::JoinHandle,
|
||||||
};
|
};
|
||||||
|
|
|
||||||
|
|
@ -17,8 +17,8 @@ use wgui::{
|
||||||
event::{self, EventCallback},
|
event::{self, EventCallback},
|
||||||
i18n::Translation,
|
i18n::Translation,
|
||||||
layout::Layout,
|
layout::Layout,
|
||||||
parser::{parse_color_hex, CustomAttribsInfoOwned},
|
parser::{CustomAttribsInfoOwned, parse_color_hex},
|
||||||
widget::{label::WidgetLabel, EventResult},
|
widget::{EventResult, label::WidgetLabel},
|
||||||
};
|
};
|
||||||
|
|
||||||
use crate::{gui::panel::helper::PipeReaderThread, state::AppState};
|
use crate::{gui::panel::helper::PipeReaderThread, state::AppState};
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue