RustAudio / dasp

The fundamentals for Digital Audio Signal Processing. Formerly `sample`.
Other
867 stars 63 forks source link

`dasp_graph` incompatible with latest version of `petgraph` #176

Open w-ensink opened 2 years ago

w-ensink commented 2 years ago

dasp_graph is incompatible with the latest version (0.6.x) of petgraph. When using the two together you get the error that petgraph::visit::Visitable is not implemented for petgraph::Graph when trying to instantiate a dasp_graph::Processor.