mirror of
https://github.com/Xevion/Pac-Man.git
synced 2025-12-09 16:07:55 -06:00
15 lines
396 B
TOML
15 lines
396 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"] }
|
|
spin_sleep = "1.1.1"
|
|
tracing = "0.1.37"
|
|
tracing-error = "0.2.0"
|
|
tracing-subscriber = {version = "0.3.17", features = ["env-filter"]}
|