diff --git a/Cargo.toml b/Cargo.toml index 582569760e2dfa5ec594aa09c649d2806df1fccf..84ee1062615f66fc75ac87cf113bc45182d3e193 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -13,7 +13,7 @@ serialise = ["dep:serde"] 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" } +micro_musicbox = "0.5.1" serde = { version = "1.0.152", optional = true } kayak_ui = { rev = "910a00cdd3857cc7515f153580afd057de0abaf0", git = "https://github.com/StarArawn/kayak_ui" }