Skip to content

Commit 77e6db6

Browse files
committed
Drop GTK 3
1 parent 0ed4637 commit 77e6db6

File tree

3 files changed

+2
-8
lines changed

3 files changed

+2
-8
lines changed

_data/crates.json

+1-6
Original file line numberDiff line numberDiff line change
@@ -16,14 +16,9 @@
1616
"name": "pango",
1717
"repo": "gtk-rs-core"
1818
},
19-
{
20-
"section": "GTK 3",
21-
"name": "gtk",
22-
"repo": "gtk3-rs"
23-
},
2419
{
2520
"section": "GTK 4",
2621
"name": "gtk4",
2722
"repo": "gtk4-rs"
2823
}
29-
]
24+
]

faq.md

-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@ Currently we only add crates to the gtk-rs project that are required for the exi
2222
You can find more examples in the corresponding repositories
2323

2424
- [gtk-rs-core/examples](https://github.com/gtk-rs/gtk-rs-core/tree/master/examples)
25-
- [gtk3-rs/examples](https://github.com/gtk-rs/gtk3-rs/tree/master/examples)
2625
- [gtk4-rs/examples](https://github.com/gtk-rs/gtk4-rs/tree/master/examples)
2726

2827
or have a look at the source code of the projects listed on our [start page](/#projects-using-gtk-rs).

index.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ layout: default
55

66
# Unlocking the GNOME stack for Rust
77

8-
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].
8+
The **gtk-rs** project provides safe bindings to the [Rust] language for fundamental libraries from the [GNOME] stack like [GLib], [Cairo], and [GTK 4][GTK].
99
{: class="center"}
1010

1111
[GNOME]: https://www.gnome.org/technologies/

0 commit comments

Comments
 (0)