gtk-rs / gtk3-rs

Rust bindings for GTK 3
https://gtk-rs.org
MIT License
508 stars 90 forks source link

Fix `gdkwayland` pkg name in README.md snippets #696

Closed Jaakkonen closed 2 years ago

Jaakkonen commented 2 years ago

The folder name is gdkwayland so the Cargo.toml snippets should have gdk-wayland = { git = "https://github.com/gtk-rs/gtk3-rs.git", package = "gdkwayland" } instead of gdk-wayland = { git = "https://github.com/gtk-rs/gtk3-rs.git", package = "gdk-wayland" }.

Maybe a comment noting that the package hasn't been released yet and can only be used by the git style should be added too?

Jaakkonen commented 2 years ago

The documentation links do not seem to be working either but I cannot find any working link for those. It looks like the dev docs do not have gdk-wayland but I wonder if that is on purpose.

bilelmoussaoui commented 2 years ago

The documentation links do not seem to be working either but I cannot find any working link for those. It looks like the dev docs do not have gdk-wayland but I wonder if that is on purpose.

there is no need to, we are planning to do a release in the upcoming days