mirror of
https://github.com/Xevion/rust-sdl2-emscripten.git
synced 2025-12-09 14:08:33 -06:00
SDL2_TTF; FPS Counter, downgrade EMSDK to 3.1.43
This commit is contained in:
@@ -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"
|
||||
Reference in New Issue
Block a user