[package] name = "game_core" version = "0.1.0" edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] bevy.workspace = true fastrand.workspace = true anyhow.workspace = true log.workspace = true thiserror.workspace = true serde.workspace = true serde_json.workspace = true iyes_loopless.workspace = true micro_banimate.workspace = true micro_musicbox.workspace = true micro_bevy_web_utils.workspace = true #remote_events = { git = "https://lab.lcr.gr/microhacks/micro-bevy-remote-events.git", rev = "be0c6b43a73e4c5e7ece20797e3d6f59340147b4"} [target.'cfg(target_arch = "wasm32")'.dependencies] web-sys = { version = "0.3.58", features = ["Window"] }