mirror of
https://github.com/Xevion/Pac-Man.git
synced 2025-12-09 22:07:53 -06:00
10 lines
242 B
TOML
10 lines
242 B
TOML
[package]
|
|
name = "Pac-Man"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
[dependencies]
|
|
sdl2 = { version = "0.35", features = ["image", "ttf", "mixer"] }
|