mirror of
https://github.com/Xevion/Pac-Man.git
synced 2025-12-15 20:12:27 -06:00
refactor: use stack allocated circular buffer, use RwLock+Mutex for concurrent system timing access
This commit is contained in:
@@ -31,6 +31,7 @@ micromap = "0.1.0"
|
||||
thousands = "0.2.0"
|
||||
pretty_assertions = "1.4.1"
|
||||
num-width = "0.1.0"
|
||||
circular-buffer = "1.1.0"
|
||||
|
||||
[profile.release]
|
||||
lto = true
|
||||
|
||||
Reference in New Issue
Block a user