Adding zintl_ui_render library as a dependency

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

cargo add zintl-ui-render

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

zintl-ui-render = "0.0.1-alpha.1"

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

Back to the crate overview.