working v1

This commit is contained in:
Oliver Atkinson
2024-05-08 13:56:59 -06:00
parent cc21efdea9
commit ca8c12f56e
20 changed files with 566 additions and 365 deletions

14
.gitignore vendored Normal file
View File

@@ -0,0 +1,14 @@
/debug/
/target/
/.vscode/
Cargo.lock
# These are backup files generated by rustfmt
**/*.rs.bk
# MSVC Windows builds of rustc generate these, which store debugging information
*.pdb
# Videos & audio downloaded from testing
*.mp3
*.mp4