mirror of
https://github.com/Xevion/Pac-Man.git
synced 2025-12-09 14:07:57 -06:00
11 lines
263 B
TOML
11 lines
263 B
TOML
[package]
|
|
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"] }
|