[package] name = "advent_ui" version = "0.1.0" edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [features] default = ["serialise"] serialise = ["dep:serde"] [dependencies] bevy = "0.9.1" web_instant = "0.3.0" num-traits = "0.2.15" micro_musicbox = { git = "https://lab.lcr.gr/microhacks/micro-bevy-musicbox?rev=18181ce5a8032416149c68a166c46cf46f2757de" } serde = { version = "1.0.152", optional = true } kayak_ui = { rev = "910a00cdd3857cc7515f153580afd057de0abaf0", git = "https://github.com/StarArawn/kayak_ui" } kayak_font = { rev = "910a00cdd3857cc7515f153580afd057de0abaf0", git = "https://github.com/StarArawn/kayak_ui.git" }