We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 64af8ee + b78a81d commit 0ae94ecCopy full SHA for 0ae94ec
docs-src/tutorial/gnome_and_rust.md
@@ -6,13 +6,13 @@ layout: default
6
7
Currently, the `Gtk-rs` organization provides the bindings for the following libraries:
8
9
- * Gtk
10
- * Gdk
11
- * Gdk-pixbuf
12
- * Cairo
13
- * Glib
14
- * Gio
15
- * Pango
+ * Gtk (the widget toolkit)
+ * Gdk (low-level functions provided by the underlying windowing and graphics systems)
+ * Gdk-pixbuf (image loading and manipulation)
+ * Cairo (vector graphic API)
+ * Glib (data structures and utilities for dealing with them)
+ * Gio (file system abstractions)
+ * Pango (layout engine, text and font handling)
16
17
The goal is to provide a safe abstraction using Rust paradigms.
18
0 commit comments