DEV Community

Discussion on: Creative Coding in Rust with Nannou

 
deciduously profile image
Ben Lovy • Edited

Ah, thank you! My mistake indeed, I've removed the extra Dot declaration from the post. It compiles as written on my machine. The lower of those two declarations, with all five members, is correct.

The GitHub repo represents the code snippet at the end of this post, and does extend the Defensive Refactor snippet in a few ways. The final dependency list should look like this:

[dependencies]

anyhow = "1.0"
lazy_static = "1.4"
log = "0.4"
nannou = "0.12"
pretty_env_logger = "0.3"
structopt = "0.3"

Everything other than nannou is added one by one throughout the post.

Some comments have been hidden by the post's author - find out more