From d7e4d4eb5c45b120a257b3dd1a7a73aa29456d31 Mon Sep 17 00:00:00 2001 From: LongHairedHacker Date: Sun, 13 Feb 2022 18:14:52 +0100 Subject: [PATCH] Added windows annotation --- src/main.rs | 2 ++ 1 file changed, 2 insertions(+) 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;