dasp_window
Run this command in a terminal, in your project's directory:
cargo add dasp_window
To add it manually, edit your project's Cargo.toml file and add to the [dependencies] section:
Cargo.toml
[dependencies]
dasp_window = "0.11.1"
The dasp_window library will be automatically available globally. Read the dasp_window library documentation.
Back to the crate overview.