[package]
name = "main_game_loop"
version = "0.4.4"
edition = "2021"
description = "A game loop with event handling"
license = "MIT"
repository = "https://github.com/Overpeek/main_game_loop"
documentation = "https://docs.rs/main_game_loop"
[dependencies]
instant = "0.1"
winit = "0.26"
log = "0.4"
glam = "0.20"
rustc-hash = "1.1"
gilrs = "0.9"
[dev-dependencies]
env_logger = "0.9"
[target.'cfg(not(target_arch = "wasm32"))'.dependencies]
pollster = "0.2"
env_logger = "0.9"
[target.'cfg(target_arch = "wasm32")'.dependencies]
wasm-bindgen-futures = "0.4"
console_log = { version = "0.2", features = ["color"] }
console_error_panic_hook = "0.1"