Successful windows build working

selection-refactor
Elijah C. Voigt 2 years ago
parent 262c17e1d2
commit 8e57eb3a49

5
.gitignore vendored

@ -1,9 +1,14 @@
# Rust patterns
/target
# Temporay DLL files
/*.dll
/*.lib
# FMOD patterns
**/.cache/
**/.user/
**/.unsaved/
**/*.fspackage
**/Build/
!*.bank

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

@ -1,5 +1,3 @@
#![windows_subsystem = "windows"]
mod audio;
mod debug;
mod display2d;

Loading…
Cancel
Save