Adding litequad library as a dependency

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

cargo add litequad

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

litequad = "0.1.2"

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

Back to the crate overview.