Adding objc2 library as a dependency

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

cargo add objc2

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

objc2 = "0.6.0"

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

Back to the crate overview.