Skip to content

Commit

Permalink
Merge pull request #5 from hardliner66/dev/disable_console_windows
Browse files Browse the repository at this point in the history
Set proper windows subsystem
  • Loading branch information
iMilchshake authored Apr 18, 2024
2 parents e17d150 + 2b1f084 commit f4cc039
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/main.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
use std::process::exit;
#![cfg_attr(target_os = "windows", windows_subsystem = "windows")]
use std::env;

use gores_mapgen_rust::{
config::Configs, config::GenerationConfig, editor::*, fps_control::*, grid_render::*, map::*,
Expand Down

0 comments on commit f4cc039

Please sign in to comment.