nannou-org / nannou

A Creative Coding Framework for Rust.
https://nannou.cc/
6.04k stars 305 forks source link

Refactor manifests to take advantage of shared workspace `Cargo.toml` fields #957

Open mitchmindtree opened 10 months ago

mitchmindtree commented 10 months ago

Currently nannou redeclares quite a few of the same dependencies across its crates. We should take advantage of the recently introduced ability to declare shared dependencies (and other fields like version, repository, etc) in the top-level workspace toml.