Initial commit

Basic skeleton
This commit is contained in:
crumblingstatue 2023-04-01 14:51:52 +02:00
commit d5c9e24201
6 changed files with 514 additions and 0 deletions

15
Cargo.toml Normal file
View 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"