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