init commit
This commit is contained in:
commit
ae577cdc2c
8 changed files with 3364 additions and 0 deletions
9
src/main.rs
Normal file
9
src/main.rs
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
use backend::winit::run_winit;
|
||||
|
||||
pub mod backend;
|
||||
pub mod state;
|
||||
pub mod xwayland;
|
||||
|
||||
fn main() -> Result<(), Box<dyn std::error::Error>> {
|
||||
run_winit()
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue