Registry / other / gtk-sys

gtk-sys

JSON →
library0.18.2rscratesunverified

UNMAINTAINED FFI bindings to libgtk-3 (use gtk4-sys instead)

# Cargo.toml [dependencies] gtk-sys = "0.18.2"
INSTALL
IMPORT
SIG · GTK-SYS
G
gtk-sys
otherrustv0.18.2
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

GtkWidget
use gtk_sys::GtkWidget;

Minimal usage showing the primary type (unmaintained).

use gtk_sys::GtkWidget; fn main() { // This crate is unmaintained; prefer gtk4-sys. let _widget: *mut GtkWidget = std::ptr::null_mut(); }
Debug
Known issues
breakingCrate is unmaintained; use gtk4-sys instead.
fix
Replace gtk-sys with gtk4-sys in Cargo.toml and update imports.
affects: >=0.18.0
Upgrade
Version history
0.18.2latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
8 hits · last 30 days
node
8
Resources
gtk-sys — cargo add gtk-sys · libregistry