This commit is contained in:
LunarAkai 2025-08-05 13:15:19 +02:00
commit b873398a79
8 changed files with 121 additions and 68 deletions

8
Cargo.lock generated
View file

@ -363,6 +363,12 @@ version = "0.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d8b14ccef22fc6f5a8f4d7d768562a182c04ce9a3b3157b91390b52ddfdf1a76"
[[package]]
name = "dyn-clone"
version = "1.0.20"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d0881ea181b1df73ff77ffaaf9c7544ecc11e82fba9b5f27b262a3c73a332555"
[[package]]
name = "equivalent"
version = "1.0.2"
@ -800,8 +806,8 @@ version = "0.1.0"
name = "moonhare_game"
version = "0.1.0"
dependencies = [
"dyn-clone",
"moonhare_derives",
"moonhare_ecs",
"moonhare_graphics",
"moonhare_log",
"moonhare_window",