Files
phos-neo/engine/world_generation/Cargo.toml
2024-03-26 19:30:28 -04:00

11 lines
217 B
TOML

[package]
name = "world_generation"
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.1"
noise = "0.9.0"