SDL2_TTF; FPS Counter, downgrade EMSDK to 3.1.43

This commit is contained in:
2024-04-15 16:10:31 -05:00
parent 2e29f9bce0
commit f0513f3962
7 changed files with 44 additions and 12 deletions

View File

@@ -9,8 +9,11 @@ edition = "2021"
colors-transform = "0.2.11"
lazy_static = "1.4.0"
rand = "0.8.5"
sdl2 = { version = "0.36", features = ["image", "ttf", "mixer"] }
sdl2 = { version = "0.35", features = ["image", "ttf"] }
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"]}
[target.'cfg(target_os = "emscripten")'.dependencies]
libc = "0.2.16"