This commit is contained in:
Hartmut Seichter 2022-11-17 23:18:30 +01:00
parent 348d7dce45
commit ee31137795
6 changed files with 120 additions and 16 deletions

10
Cargo.lock generated
View file

@ -188,6 +188,7 @@ version = "0.9.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3654d60973fcde065efcfe0c9066c81a76987d28c45233998b2ccdc581dcd914"
dependencies = [
"bevy_dylib",
"bevy_internal",
]
@ -328,6 +329,15 @@ dependencies = [
"bevy_utils",
]
[[package]]
name = "bevy_dylib"
version = "0.9.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0d52cc91729fc26ea7038ad49ed773e0577688e328b6f7466be3d5070b45cea9"
dependencies = [
"bevy_internal",
]
[[package]]
name = "bevy_ecs"
version = "0.9.0"