windows subsystem

This commit is contained in:
Michael Zhang 2021-01-09 17:31:52 -06:00
parent e3e4ab56bb
commit 7060f21188
Signed by: michael
GPG key ID: BDA47A31A3C8EE6B
2 changed files with 2 additions and 0 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 216 KiB

After

Width:  |  Height:  |  Size: 159 KiB

View file

@ -1,3 +1,5 @@
#![windows_subsystem = "windows"]
#[macro_use]
extern crate anyhow;
#[allow(unused_macros, unused_imports)]