You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jun 8, 2021. It is now read-only.
__Rust__ bindings and wrappers for __GLib__, __GDK 3__, __GTK+ 3__ and __Cairo__.
6
6
7
7
## Building
8
8
9
9
__gtk__ expects __GTK+__, __GLib__ and __Cairo__ development files to be installed on your system.
10
-
See the [requirements page](https://gtk-rs.org/docs/requirements.html).
10
+
See the [requirements page](https://gtk-rs.org/docs-src/requirements.html).
11
11
12
12
## Using
13
13
@@ -66,7 +66,7 @@ Generate the docs:
66
66
67
67
Contributor you're welcome!
68
68
69
-
See the general [bindings documentation](https://gtk-rs.org/docs/glib/).
69
+
See the general [bindings documentation](https://gtk-rs.org/docs-src/glib/).
70
70
71
71
Most of the bindings ([`src/auto`](src/auto)) are generated by [gir](https://github.com/gtk-rs/gir) using [this configuration file](Gir.toml). After editing `Gir.toml` the sources can be regenerated with
0 commit comments