Skip to content
This repository has been archived by the owner on Mar 4, 2024. It is now read-only.

Commit

Permalink
Merge pull request #809 from GuillaumeGomez/update
Browse files Browse the repository at this point in the history
Add missing versions bis repetita
  • Loading branch information
GuillaumeGomez authored Feb 9, 2023
2 parents 1b56dcf + cc78385 commit d989b5d
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions examples/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ branch = "0.17"
git = "https://github.com/gtk-rs/gtk-rs-core"

[dependencies.gtk]
version = "0.17"
path = "../gtk"

[dependencies.pangocairo]
Expand Down
1 change: 1 addition & 0 deletions gdkwayland/sys/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ git = "https://github.com/gtk-rs/gtk-rs-core"

[dependencies.gdk]
package = "gdk-sys"
version = "0.17"
path = "../../gdk/sys"

[build-dependencies]
Expand Down
1 change: 1 addition & 0 deletions gdkx11/sys/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ x11 = "2.18"

[dependencies.gdk]
package = "gdk-sys"
version = "0.17"
path = "../../gdk/sys"

[dependencies.glib]
Expand Down
2 changes: 2 additions & 0 deletions gtk/sys/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@ git = "https://github.com/gtk-rs/gtk-rs-core"

[dependencies.atk]
package = "atk-sys"
version = "0.17"
path = "../../atk/sys"

[dependencies.gdk_pixbuf]
Expand All @@ -73,6 +74,7 @@ git = "https://github.com/gtk-rs/gtk-rs-core"

[dependencies.gdk]
package = "gdk-sys"
version = "0.17"
path = "../../gdk/sys"

[dependencies.pango]
Expand Down

0 comments on commit d989b5d

Please sign in to comment.