Skip to content

Commit

Permalink
Set windows subsystem to avoid opening a terminal on startup
Browse files Browse the repository at this point in the history
  • Loading branch information
Tastaturtaste committed Jun 25, 2023
1 parent 9c968f8 commit 028b048
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "lights-out"
version = "0.1.0"
version = "0.1.1"
authors = ["Tastaturtaste <[email protected]>"]
edition = "2021"
build = "build.rs"
Expand Down
1 change: 1 addition & 0 deletions src/main.rs
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
#![cfg_attr(not(debug_assertions), windows_subsystem = "windows")]
use std::{
cell::{Cell, RefCell},
rc::Rc,
Expand Down

0 comments on commit 028b048

Please sign in to comment.