Use kayak fork with asset_io fix
... | @@ -16,11 +16,11 @@ num-traits = "0.2.15" | ... | @@ -16,11 +16,11 @@ num-traits = "0.2.15" |
micro_musicbox = "0.6.2" | micro_musicbox = "0.6.2" | ||
serde = { version = "1.0.152", optional = true } | serde = { version = "1.0.152", optional = true } | ||
kayak_ui = { git = "https://github.com/StarArawn/kayak_ui", rev = "ca2048963dcfc3a87ad36f7686e1d8f9c81f4e36" } | #kayak_ui = { git = "https://github.com/StarArawn/kayak_ui", rev = "ca2048963dcfc3a87ad36f7686e1d8f9c81f4e36" } | ||
kayak_font = { git = "https://github.com/StarArawn/kayak_ui", rev = "ca2048963dcfc3a87ad36f7686e1d8f9c81f4e36" } | #kayak_font = { git = "https://github.com/StarArawn/kayak_ui", rev = "ca2048963dcfc3a87ad36f7686e1d8f9c81f4e36" } | ||
#kayak_ui = { path = "../../OSS/kayak_ui" } | #kayak_ui = { path = "../../OSS/kayak_ui" } | ||
#kayak_font = { path = "../../OSS/kayak_ui/kayak_font" } | #kayak_font = { path = "../../OSS/kayak_ui/kayak_font" } | ||
#kayak_ui = { rev = "910a00cdd3857cc7515f153580afd057de0abaf0", git = "https://github.com/StarArawn/kayak_ui" } | kayak_ui = { rev = "b542973e911cdeef397a6d1c440ef248143b2c75", git = "https://lab.lcr.gr/microhacks/bevy-forks/kayak-ui.git" } | ||
#kayak_font = { rev = "910a00cdd3857cc7515f153580afd057de0abaf0", git = "https://github.com/StarArawn/kayak_ui.git" } | kayak_font = { rev = "b542973e911cdeef397a6d1c440ef248143b2c75", git = "https://lab.lcr.gr/microhacks/bevy-forks/kayak-ui.git" } | ||
\ No newline at end of file | \ No newline at end of file |
Please register or sign in to comment