Adding dip_desktop library as a dependency

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

cargo add dip_desktop

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

dip_desktop = "0.2.0"

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

Back to the crate overview.