Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Drop GTK 3 #315

Merged
merged 1 commit into from
Aug 14, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 1 addition & 6 deletions _data/crates.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,14 +16,9 @@
"name": "pango",
"repo": "gtk-rs-core"
},
{
"section": "GTK 3",
"name": "gtk",
"repo": "gtk3-rs"
},
{
"section": "GTK 4",
"name": "gtk4",
"repo": "gtk4-rs"
}
]
]
1 change: 0 additions & 1 deletion faq.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ Currently we only add crates to the gtk-rs project that are required for the exi
You can find more examples in the corresponding repositories

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

or have a look at the source code of the projects listed on our [start page](/#projects-using-gtk-rs).
Expand Down
2 changes: 1 addition & 1 deletion index.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ layout: default

# Unlocking the GNOME stack for Rust

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].
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].
{: class="center"}

[GNOME]: https://www.gnome.org/technologies/
Expand Down
Loading