Add very crude proof-of-concept worldgen

This commit is contained in:
crumblingstatue 2023-04-05 15:09:19 +02:00
parent 314d2eafa0
commit 930f7aac47
7 changed files with 109 additions and 27 deletions

View file

@ -13,6 +13,7 @@ hecs = "0.10.1"
rand = "0.8.5"
rfd = "0.11.3"
sfml = "0.20.0"
worldgen = "0.5.3"
[dependencies.s2dc]
git = "https://github.com/crumblingstatue/s2dc.git"