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
Copy file name to clipboardExpand all lines: contact.md
+2-2
Original file line number
Diff line number
Diff line change
@@ -8,6 +8,6 @@ For general support use the GNOME Discourse or the Matrix chat.
8
8
9
9
{% include contact.html %}
10
10
11
-
### Contact Gtk-rs developers
11
+
### Contact gtk-rs developers
12
12
13
-
If you want to contact the Gtk-rs developers directly, there are multiple ways, either you can go on matrix as shown above or you can also just open an issue on our [repositories on GitHub](https://github.com/gtk-rs). However, please keep in mind that issues on GitHub should be used for bug reports or feature requests and not for general support.
13
+
If you want to contact the *gtk-rs* developers directly, there are multiple ways, either you can go on matrix as shown above or you can also just open an issue on our [repositories on GitHub](https://github.com/gtk-rs). However, please keep in mind that issues on GitHub should be used for bug reports or feature requests and not for general support.
Copy file name to clipboardExpand all lines: faq.md
+6-6
Original file line number
Diff line number
Diff line change
@@ -8,15 +8,15 @@ Here are some questions we answered a few times. If one is missing, don't hesita
8
8
9
9
## Why are releases so long?
10
10
11
-
The **Gtk-rs** organization is not just some **GNOME** libraries bindings in Rust but also an ecosystem. A change in a crate can force all other crates to be regenerated!
11
+
The *gtk-rs* organization is not just some *GNOME* libraries bindings in Rust but also an ecosystem. A change in a crate can force all other crates to be regenerated!
12
12
13
-
Also, please keep in mind that **Gtk-rs** members and contributors are doing it **freely** on their **free time**. That slows things down but at least, they're done. :)
13
+
Also, please keep in mind that *gtk-rs* members and contributors are doing it **freely** on their **free time**. That slows things down but at least, they're done. :)
14
14
15
-
## How are **Gtk-rs** maintained crates selected?
15
+
## How are gtk-rs maintained crates selected?
16
16
17
-
Currenlty we only add crates to the GTK-rs project that are required for the existing stack. A growing collection of other projects that are based on GTK-rs and gir can be found on the [GNOME GitLab](https://gitlab.gnome.org/World/Rust).
17
+
Currenlty we only add crates to the gtk-rs project that are required for the existing stack. A growing collection of other projects that are based on *gtk-rs* and gir can be found on the [GNOME GitLab](https://gitlab.gnome.org/World/Rust).
18
18
19
-
## I want more **Gtk-rs** examples!
19
+
## I want more **gtk-rs** examples!
20
20
21
21
You can find more examples in the corresponding respositories
22
22
@@ -32,7 +32,7 @@ Considering the massive amount of documentation that would need to be written if
32
32
33
33
## Why isn't documentation directly into the source files and how can I have it locally?
34
34
35
-
Simple answer: because of license issues. **GNOME** is under **LGPL** whereas **Gtk-rs** is under **MIT**. If we included **GNOME** docs directly into the source code, we'd have to switch the license to match the **GNOME** one.
35
+
Simple answer: because of license issues. *GNOME* is under *LGPL* whereas *gtk-rs* is under *MIT*. If we included *GNOME* docs directly into the source code, we'd have to switch the license to match the *GNOME* one.
The GTK-rs project provides safe bindings to the [Rust] language for fundamental libraries from the GNOME stack like [GLib], [Cairo], [GTK 3][GTK] and [GTK 4][GTK].
10
+
The *gtk-rs* project provides safe bindings to the [Rust] language for fundamental libraries from the GNOME stack like [GLib], [Cairo], [GTK 3][GTK] and [GTK 4][GTK].
11
11
</p>
12
12
13
13
[Rust]: https://www.rust-lang.org
@@ -30,7 +30,7 @@ The GTK-rs project provides safe bindings to the [Rust] language for fundamental
30
30
31
31
## Available crates
32
32
33
-
The following table contains the most popular crates of GTK-rs. More information on all existing crates is available under the corresponding *Project* links.
33
+
The following table contains the most popular crates of *gtk-rs*. More information on all existing crates is available under the corresponding *Project* links.
34
34
35
35
{% include crates.html %}
36
36
@@ -46,7 +46,7 @@ The following table contains the most popular crates of GTK-rs. More information
46
46
47
47
<divmarkdown="1">
48
48
Julian Hofer is writing a book titled [*GUI development with Rust and GTK 4*][book].
49
-
We most warmly recommend GTK-rs users to have a look at this book.
49
+
We most warmly recommend *gtk-rs* users to have a look at this book.
50
50
While this book is targeted at GTK 4 developers, it also covers more general
51
51
aspects of GLib like *GObject Concepts*, *The Main Event Loop* or *GSettings*.
52
52
@@ -83,7 +83,7 @@ Thanks to everyone supporting us on [open collective][opencollective]! A list of
0 commit comments