Adding autd3_link_visualizer
library as a dependency
Run this command in a terminal, in your project's directory:
cargo add autd3-link-visualizer
To add it manually, edit your project's Cargo.toml
file and add to the [dependencies]
section:
autd3-link-visualizer = "27.0.0"
The autd3_link_visualizer
library will be automatically available globally.
Read the autd3_link_visualizer
library documentation.