Initial commit
This commit is contained in:
commit
c8cf358a11
6 changed files with 180 additions and 0 deletions
16
Cargo.toml
Normal file
16
Cargo.toml
Normal 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"
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue