Initial commit

This commit is contained in:
heyarne 2022-09-26 21:21:38 +02:00
commit c8cf358a11
6 changed files with 180 additions and 0 deletions

16
Cargo.toml Normal file
View file

@ -0,0 +1,16 @@
[package]
name = "specimen"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[[bin]]
name = "noise-studies-01"
path = "src/noise-studies-01.rs"
[dependencies]
nannou = "0.18"
rand = "0.8.5"
noise = "0.7.0"