chore: project name & add lazy_static

This commit is contained in:
2023-09-08 22:47:09 -05:00
parent 361ff95f7f
commit 227c603ffe
2 changed files with 10 additions and 8 deletions

View File

@@ -1,9 +1,10 @@
[package]
name = "Pac-Man"
name = "pacman"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
lazy_static = "1.4.0"
sdl2 = { version = "0.35", features = ["image", "ttf", "mixer"] }