mirror of
https://github.com/Xevion/Pac-Man.git
synced 2025-12-06 03:15:48 -06:00
chore: project name & add lazy_static
This commit is contained in:
@@ -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"] }
|
||||
|
||||
Reference in New Issue
Block a user