Adding azul library as a dependency

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

cargo add azul

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

azul = "1.0.0-alpha4"

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

Back to the crate overview.