[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_asset_io = { path = "../micro_asset_io" } num-traits = "0.2.15" bevy_ecs_tilemap = { git = "https://github.com/StarArawn/bevy_ecs_tilemap", rev = "eb20fcaccdd253ea5bf280cac7ffc5a69b674df2" } bevy_tweening = "0.6.0" toml = "0.5.9" noise = "0.8.2" ldtk_rust = "0.6.0" kayak_ui.workspace = true kayak_font.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"] }