Add Windows building
This commit is contained in:
parent
f7c560ae3e
commit
ac46b6631e
3 changed files with 54 additions and 1 deletions
|
@ -1,3 +1,5 @@
|
|||
#![cfg_attr(not(debug_assertions), windows_subsystem = "windows")]
|
||||
|
||||
use gcd::Gcd;
|
||||
use rand::seq::SliceRandom;
|
||||
use sfml::audio::*;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue