Adding objc2_cinematic library as a dependency
Run this command in a terminal, in your project's directory:
cargo add objc2-cinematic
To add it manually, edit your project's Cargo.toml file and add to the [dependencies] section:
objc2-cinematic = "0.3.2"
The objc2_cinematic library will be automatically available globally.
Read the objc2_cinematic library documentation.