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