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