i don't like how i structured it. Restart
This commit is contained in:
+22
@@ -0,0 +1,22 @@
|
||||
/target
|
||||
tests/
|
||||
saves/
|
||||
*.z64
|
||||
*.n64
|
||||
*.v64
|
||||
*.Z64
|
||||
*.N64
|
||||
*.V64
|
||||
*.bin
|
||||
*.dump
|
||||
*.data
|
||||
disasm.txt
|
||||
*log*.txt
|
||||
*.log
|
||||
|
||||
|
||||
# Added by cargo
|
||||
#
|
||||
# already existing elements were commented out
|
||||
|
||||
#/target
|
||||
@@ -0,0 +1,6 @@
|
||||
[package]
|
||||
name = "rs64"
|
||||
version = "0.1.0"
|
||||
edition = "2024"
|
||||
|
||||
[dependencies]
|
||||
@@ -0,0 +1,3 @@
|
||||
fn main() {
|
||||
println!("Hello, world!");
|
||||
}
|
||||
Reference in New Issue
Block a user