Removed useless code borrowed from Rusty_Golfy

This commit is contained in:
2022-05-18 11:55:35 +02:00
commit 3d5c4af0a2
4 changed files with 581 additions and 0 deletions
+10
View File
@@ -0,0 +1,10 @@
[package]
name = "rusty_jumpy"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
sdl2 = "0.35.2"
rand = "0.8.5"