Overview of gtk-rs-core
mainThe gtk-rs-core repository contains the foundational Rust crates for GObject-based libraries. The gtk-rs organization provides safe Rust bindings over these libraries.
Key components include:
cairo-rs: Cairo bindingsgdk-pixbuf: Rust GDK-PixBuf bindingsgio: Rust GIO bindingsglib: Rust GLib and GObject bindings- And other core libraries like
atk,gdk, etc.
Note: When using external crates that are not part of this repository, ensure they do not pull in incompatible versions of core crates like glib-rs.