fog-of-chess

[toy] Chess, but with the fog of war.
Log | Files | Refs

commit e9de2b0cb1cea8e5a02cf1a2aa8ba68ffe9ed337
parent ef5606beb89101e1b251d8709040c9ce74908e97
Author: = <=>
Date:   Mon, 30 Dec 2019 13:39:22 +1300

Fix: Tell windows its a gui program.

Diffstat:
Msrc/main.rs | 2++
1 file changed, 2 insertions(+), 0 deletions(-)

diff --git a/src/main.rs b/src/main.rs @@ -1,3 +1,5 @@ +#![windows_subsystem = "windows"] + use ggez::event::{self, EventHandler}; use ggez::graphics; use ggez::graphics::{Color, DrawParam, MeshBuilder, Text};