This repository was archived by the owner on Mar 4, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -13,8 +13,8 @@ Currently, the minimum supported Rust version is `1.56.0`.
13
13
14
14
## Documentation
15
15
16
- * [ Rust API - Stable] ( https://gtk-rs.org/gtk3-rs/stable/latest/docs/gdk-wayland / )
17
- * [ Rust API - Development] ( https://gtk-rs.org/gtk3-rs/git/docs/gdk-wayland )
16
+ * [ Rust API - Stable] ( https://gtk-rs.org/gtk3-rs/stable/latest/docs/gdkwayland / )
17
+ * [ Rust API - Development] ( https://gtk-rs.org/gtk3-rs/git/docs/gdkwayland )
18
18
* [ C API] ( https://developer.gnome.org/gdk3/stable/ )
19
19
* [ GTK Installation instructions] ( https://www.gtk.org/docs/installations/ )
20
20
@@ -27,16 +27,16 @@ If you want to track the bleeding edge, use the git dependency instead:
27
27
28
28
``` toml
29
29
[dependencies ]
30
- gdk-wayland = { git = " https://github.com/gtk-rs/gtk3-rs.git" , package = " gdk-wayland " }
30
+ gdkwayland = { git = " https://github.com/gtk-rs/gtk3-rs.git" , package = " gdkwayland " }
31
31
```
32
32
33
33
Avoid mixing versioned and git crates like this:
34
34
35
35
``` toml
36
36
# This will not compile
37
37
[dependencies ]
38
- gdk-wayland = " 0.15"
39
- gdk-wayland = { git = " https://github.com/gtk-rs/gtk3-rs.git" , package = " gdk-wayland " }
38
+ gdkwayland = " 0.15"
39
+ gdkwayland = { git = " https://github.com/gtk-rs/gtk3-rs.git" , package = " gdkwayland " }
40
40
```
41
41
42
42
### See Also
You can’t perform that action at this time.
0 commit comments