Asyncify, timing experiments

This commit is contained in:
2024-04-14 19:36:55 -05:00
parent 3666baa28d
commit a564c38ec7
4 changed files with 227 additions and 58 deletions

View File

@@ -8,8 +8,10 @@ edition = "2021"
[dependencies]
colors-transform = "0.2.11"
lazy_static = "1.4.0"
rand = "0.8.5"
sdl2 = { version = "0.36", features = ["image", "ttf", "mixer"] }
spin_sleep = "1.1.1"
tracing = { version = "0.1.37", features = ["max_level_debug", "release_max_level_debug"]}
tracing-error = "0.2.0"
tracing-subscriber = {version = "0.3.17", features = ["env-filter"]}
web-time = "1.1.0"