Skip to content

Commit 0ae94ec

Browse files
Merge pull request #136 from killercup/patch-1
Add descriptions for libraries
2 parents 64af8ee + b78a81d commit 0ae94ec

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

docs-src/tutorial/gnome_and_rust.md

+7-7
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,13 @@ layout: default
66

77
Currently, the `Gtk-rs` organization provides the bindings for the following libraries:
88

9-
* Gtk
10-
* Gdk
11-
* Gdk-pixbuf
12-
* Cairo
13-
* Glib
14-
* Gio
15-
* Pango
9+
* Gtk (the widget toolkit)
10+
* Gdk (low-level functions provided by the underlying windowing and graphics systems)
11+
* Gdk-pixbuf (image loading and manipulation)
12+
* Cairo (vector graphic API)
13+
* Glib (data structures and utilities for dealing with them)
14+
* Gio (file system abstractions)
15+
* Pango (layout engine, text and font handling)
1616

1717
The goal is to provide a safe abstraction using Rust paradigms.
1818

0 commit comments

Comments
 (0)