Shelve GUI system, set up new Rust project structure

This commit is contained in:
Keavon Chambers
2021-02-14 17:57:17 -08:00
parent 516d59c8ef
commit 618e62e5d4
43 changed files with 51 additions and 4818 deletions
+7
View File
@@ -0,0 +1,7 @@
#[cfg(test)]
mod tests {
#[test]
fn it_works() {
assert_eq!(2 + 2, 4);
}
}