Initial commit
This commit is contained in:
commit
85b940e427
21 changed files with 6825 additions and 0 deletions
7
satellite/src/main.rs
Normal file
7
satellite/src/main.rs
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
fn main() {
|
||||
pretty_env_logger::formatted_timed_builder()
|
||||
.filter_level(log::LevelFilter::Info)
|
||||
.parse_default_env()
|
||||
.init();
|
||||
xwayland_satellite::main(None, None);
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue