Disable the cmd window in Windows

This commit is contained in:
Marc Espín 2022-09-05 17:42:24 +02:00 committed by GitHub
parent 05bcb6e1b0
commit fb76b9c6dc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,3 +1,8 @@
#![cfg_attr(
all(not(debug_assertions), target_os = "windows"),
windows_subsystem = "windows"
)]
use std::path::PathBuf;
use sdcore::Node;