Adding azul_webrender library as a dependency

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

cargo add azul-webrender

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

azul-webrender = "0.62.2"

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

Back to the crate overview.