Adding common_game library as a dependency

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

cargo add common-game

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

common-game = "3.0.0"

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

Back to the crate overview.