diff --git a/src/main.rs b/src/main.rs index 075c5a2..54fd5df 100644 --- a/src/main.rs +++ b/src/main.rs @@ -1,3 +1,5 @@ +#![windows_subsystem = "windows"] + extern crate eframe; extern crate hound; extern crate image;