mirror of
https://github.com/Noratrieb/game-wip-dontplay.git
synced 2026-01-16 20:35:02 +01:00
Add torches
This commit is contained in:
parent
704819a988
commit
77099ab8a6
13 changed files with 427 additions and 133 deletions
|
|
@ -17,6 +17,10 @@ rand = "0.8.5"
|
|||
rfd = "0.11.3"
|
||||
sfml = "0.20.0"
|
||||
worldgen = "0.5.3"
|
||||
rmp-serde = "1.1.1"
|
||||
serde = { version = "1.0.159", features = ["derive"] }
|
||||
log = "0.4.17"
|
||||
env_logger = "0.10.0"
|
||||
|
||||
[dependencies.s2dc]
|
||||
git = "https://github.com/crumblingstatue/s2dc.git"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue