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