Bevy 0.10.0
Showing
- Cargo.toml 7 additions, 4 deletionsCargo.toml
- src/components/a_text_box.rs 1 addition, 1 deletionsrc/components/a_text_box.rs
- src/components/button.rs 1 addition, 1 deletionsrc/components/button.rs
- src/components/image_button.rs 1 addition, 1 deletionsrc/components/image_button.rs
- src/theme.rs 2 additions, 4 deletionssrc/theme.rs
- src/utilities.rs 6 additions, 5 deletionssrc/utilities.rs
... | ... | @@ -10,11 +10,14 @@ default = ["serialise"] |
serialise = ["dep:serde"] | ||
[dependencies] | ||
bevy = "0.9.1" | ||
bevy = "0.10.0" | ||
web_instant = "0.3.0" | ||
num-traits = "0.2.15" | ||
micro_musicbox = "0.5.1" | ||
micro_musicbox = "0.6.2" | ||
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" } | ||
\ No newline at end of file | ||
kayak_ui = { git = "https://github.com/NiseVoid/kayak_ui.git", rev = "50bdb6098ad8a736e9c1faf8fe089670238eb4c3" } | ||
kayak_font = { git = "https://github.com/NiseVoid/kayak_ui.git", rev = "50bdb6098ad8a736e9c1faf8fe089670238eb4c3" } | ||
#kayak_ui = { rev = "910a00cdd3857cc7515f153580afd057de0abaf0", git = "https://github.com/StarArawn/kayak_ui" } | ||
#kayak_font = { rev = "910a00cdd3857cc7515f153580afd057de0abaf0", git = "https://github.com/StarArawn/kayak_ui.git" } | ||
\ No newline at end of file |
Please register or sign in to comment