Skip to content
This repository was archived by the owner on Apr 12, 2024. It is now read-only.

Commit 1892bf6

Browse files
committed
Hide console
1 parent 0b34edd commit 1892bf6

File tree

2 files changed

+9
-0
lines changed

2 files changed

+9
-0
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
# 0.1.1
2+
3+
Hide the console when starting the application.
4+
5+
Missed this in an oversight from using VSCode to test.
6+
17
# 0.1.0
28

39
Initial version.

src/main.rs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
// This makes the console not appear when running.
2+
#![windows_subsystem = "windows"]
3+
14
mod singleton;
25

36
#[derive(PartialEq, Clone)]

0 commit comments

Comments
 (0)