This commit is contained in:
Guilleag01
2023-11-17 08:36:32 +01:00
commit 2dd4f4e940
8 changed files with 558 additions and 0 deletions

10
Cargo.toml Normal file
View File

@@ -0,0 +1,10 @@
[package]
name = "perlin-noise"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
crossterm = "0.27.0"
rand = "0.8.5"