height map generator
This commit is contained in:
11
game/main/Cargo.toml
Normal file
11
game/main/Cargo.toml
Normal file
@@ -0,0 +1,11 @@
|
||||
[package]
|
||||
name = "phos"
|
||||
version = "0.1.0"
|
||||
edition = "2021"
|
||||
|
||||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||
|
||||
[dependencies]
|
||||
bevy = "0.13.0"
|
||||
bevy-inspector-egui = "0.23.4"
|
||||
noise = "0.8.2"
|
||||
Reference in New Issue
Block a user