mirror of
https://github.com/Noratrieb/game-wip-dontplay.git
synced 2026-01-16 20:35:02 +01:00
Initial commit
Basic skeleton
This commit is contained in:
commit
d5c9e24201
6 changed files with 514 additions and 0 deletions
15
Cargo.toml
Normal file
15
Cargo.toml
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
[package]
|
||||
name = "mantle-diver"
|
||||
version = "0.1.0"
|
||||
edition = "2021"
|
||||
|
||||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||
|
||||
[dependencies]
|
||||
egui-sfml = "0.4.0"
|
||||
hecs = "0.10.1"
|
||||
rand = "0.8.5"
|
||||
sfml = "0.20.0"
|
||||
|
||||
[dependencies.s2dc]
|
||||
git = "https://github.com/crumblingstatue/s2dc.git"
|
||||
Loading…
Add table
Add a link
Reference in a new issue