feat: intial commit
This commit is contained in:
8
src/main.rs
Normal file
8
src/main.rs
Normal file
@@ -0,0 +1,8 @@
|
||||
mod core;
|
||||
use self::core::eventloop::EventLoop;
|
||||
|
||||
fn main() {
|
||||
println!("Setting up Stardust socket...");
|
||||
let event_loop = EventLoop::new().expect("Couldn't create server socket");
|
||||
println!("Stardust socket created at {}", event_loop.socket_path);
|
||||
}
|
||||
Reference in New Issue
Block a user