some more fixes

This commit is contained in:
nquidox 2026-04-13 14:02:44 +03:00
parent a81f9fa8ac
commit c1e53bdab0
9 changed files with 34 additions and 20 deletions

16
Cargo.lock generated
View file

@ -4184,14 +4184,6 @@ version = "1.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "19b30a45b0cd0bcca8037f3d0dc3421eaf95327a17cad11964fb8179b4fc4832"
[[package]]
name = "rgg-zuma"
version = "0.1.0"
dependencies = [
"bevy",
"rand 0.10.0",
]
[[package]]
name = "rodio"
version = "0.20.1"
@ -5993,3 +5985,11 @@ name = "zmij"
version = "1.0.21"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b8848ee67ecc8aedbaf3e4122217aff892639231befc6a1b58d29fff4c2cabaa"
[[package]]
name = "zuma-like"
version = "0.1.0"
dependencies = [
"bevy",
"rand 0.10.0",
]