Adding swoop_ui library as a dependency

Run this command in a terminal, in your project's directory:

cargo add swoop-ui

To add it manually, edit your project's Cargo.toml file and add to the [dependencies] section:

swoop-ui = "0.1.8"

The swoop_ui library will be automatically available globally. Read the swoop_ui library documentation.

Back to the crate overview.