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

Commit

Permalink
Hide console
Browse files Browse the repository at this point in the history
  • Loading branch information
DvvCz committed Sep 5, 2023
1 parent 0b34edd commit 1892bf6
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
# 0.1.1

Hide the console when starting the application.

Missed this in an oversight from using VSCode to test.

# 0.1.0

Initial version.
Expand Down
3 changes: 3 additions & 0 deletions src/main.rs
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
// This makes the console not appear when running.
#![windows_subsystem = "windows"]

mod singleton;

#[derive(PartialEq, Clone)]
Expand Down

0 comments on commit 1892bf6

Please sign in to comment.