foo-world/Cargo.toml

11 lines
226 B
TOML
Raw Permalink Normal View History

2022-07-26 11:36:52 +00:00
[package]
name = "foo-world"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
2022-07-26 12:04:34 +00:00
image = "0.24.3"
opensimplex_noise_rs = "0.3.0"