mirror of
https://github.com/Noratrieb/game-wip-dontplay.git
synced 2026-03-15 23:16:03 +01:00
Add very crude proof-of-concept worldgen
This commit is contained in:
parent
314d2eafa0
commit
930f7aac47
7 changed files with 109 additions and 27 deletions
7
Cargo.lock
generated
7
Cargo.lock
generated
|
|
@ -546,6 +546,7 @@ dependencies = [
|
|||
"s2dc",
|
||||
"sfml",
|
||||
"sfml-xt",
|
||||
"worldgen",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
|
|
@ -1159,3 +1160,9 @@ checksum = "ae8970b36c66498d8ff1d66685dc86b91b29db0c7739899012f63a63814b4b28"
|
|||
dependencies = [
|
||||
"memchr",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "worldgen"
|
||||
version = "0.5.3"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "a9b77fba24c873b60af296c1f0c5639114186d1ac3c99f880a7bb590bdc04065"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue