mirror of
https://github.com/Noratrieb/game-wip-dontplay.git
synced 2026-01-14 19:55:02 +01:00
Add tile graphic
This commit is contained in:
parent
d78726eb5b
commit
fbc7e35f9e
11 changed files with 812 additions and 20 deletions
|
|
@ -6,10 +6,12 @@ edition = "2021"
|
|||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||
|
||||
[dependencies]
|
||||
anyhow = "1.0.70"
|
||||
egui-sfml = "0.4.0"
|
||||
fnv = "1.0.7"
|
||||
hecs = "0.10.1"
|
||||
rand = "0.8.5"
|
||||
rfd = "0.11.3"
|
||||
sfml = "0.20.0"
|
||||
|
||||
[dependencies.s2dc]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue