diff --git a/Cargo.lock b/Cargo.lock index b844108..8f88c77 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1479,7 +1479,7 @@ checksum = "f7012b1bbb0719e1097c47611d3898568c546d597c2e74d66f6087edd5233ff4" [[package]] name = "lights-out" -version = "0.1.0" +version = "0.1.1" dependencies = [ "slint", "slint-build", diff --git a/Cargo.toml b/Cargo.toml index e86a8e2..4c51fe8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "lights-out" -version = "0.1.0" +version = "0.1.1" authors = ["Tastaturtaste "] edition = "2021" build = "build.rs" diff --git a/src/main.rs b/src/main.rs index 7d1244a..ad3aa8c 100644 --- a/src/main.rs +++ b/src/main.rs @@ -1,3 +1,4 @@ +#![cfg_attr(not(debug_assertions), windows_subsystem = "windows")] use std::{ cell::{Cell, RefCell}, rc::Rc,