Adding renderforge library as a dependency

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

cargo add renderforge

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

renderforge = "0.3.6"

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

Back to the crate overview.