hmm
This commit is contained in:
parent
62438e0d24
commit
b873398a79
8 changed files with 120 additions and 67 deletions
8
Cargo.lock
generated
8
Cargo.lock
generated
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue