Add Windows building

This commit is contained in:
Elnu 2022-03-20 14:26:37 -07:00
parent f7c560ae3e
commit ac46b6631e
3 changed files with 54 additions and 1 deletions

View file

@ -1,3 +1,5 @@
#![cfg_attr(not(debug_assertions), windows_subsystem = "windows")]
use gcd::Gcd;
use rand::seq::SliceRandom;
use sfml::audio::*;