mirror of
https://github.com/Xevion/Pac-Man.git
synced 2025-12-15 14:12:29 -06:00
refactor: drop remaining Box::leak & statics where possible
This commit is contained in:
@@ -42,9 +42,9 @@ num-width = "0.1.0"
|
||||
pretty_assertions = "1.4.1"
|
||||
|
||||
[build-dependencies]
|
||||
phf = { version = "0.13.1", features = ["macros"] }
|
||||
serde = { version = "1.0", features = ["derive"] }
|
||||
serde_json = "1.0.143"
|
||||
phf = { version = "0.13.1", features = ["macros"] }
|
||||
|
||||
# phf generates runtime code which machete will not detect
|
||||
[package.metadata.cargo-machete]
|
||||
|
||||
Reference in New Issue
Block a user