Init
This commit is contained in:
commit
687ce0f7bb
14 changed files with 2120 additions and 0 deletions
6
src/main.rs
Normal file
6
src/main.rs
Normal file
|
@ -0,0 +1,6 @@
|
|||
mod windows;
|
||||
pub mod common;
|
||||
|
||||
fn main() {
|
||||
windows::start();
|
||||
}
|
Reference in a new issue