Skip to content

Commit

Permalink
Merge branch 'stable'
Browse files Browse the repository at this point in the history
  • Loading branch information
lleyton committed Jul 1, 2024
2 parents 83df992 + ea1f679 commit b5270c7
Show file tree
Hide file tree
Showing 7 changed files with 106 additions and 157 deletions.
119 changes: 70 additions & 49 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

24 changes: 6 additions & 18 deletions fusebox/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -35,36 +35,24 @@ once_cell = "1.8"
futures-channel = "0.3"

[dependencies.glib]
git = "https://github.com/gtk-rs/gtk-rs-core"
version = "0.20"
branch = "master"
version = "0.19"

[dependencies.gio]
git = "https://github.com/gtk-rs/gtk-rs-core"
version = "0.20"
branch = "master"
version = "0.19"

[dependencies.gdk-pixbuf]
git = "https://github.com/gtk-rs/gtk-rs-core"
version = "0.20"
branch = "master"
version = "0.19"

[dependencies.pango]
git = "https://github.com/gtk-rs/gtk-rs-core"
version = "0.20"
branch = "master"
version = "0.19"

[dependencies.gdk]
package = "gdk4"
git = "https://github.com/gtk-rs/gtk4-rs"
version = "0.9"
branch = "master"
version = "0.8"

[dependencies.gtk]
package = "gtk4"
git = "https://github.com/gtk-rs/gtk4-rs"
version = "0.9"
branch = "master"
version = "0.8"

[dependencies.ffi]
package = "fusebox-sys"
Expand Down
24 changes: 6 additions & 18 deletions fusebox/sys/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,36 +29,24 @@ name = "fusebox_sys"
libc = "0.2"

[dependencies.gio-sys]
git = "https://github.com/gtk-rs/gtk-rs-core"
version = "0.20"
branch = "master"
version = "0.19"

[dependencies.glib-sys]
git = "https://github.com/gtk-rs/gtk-rs-core"
version = "0.20"
branch = "master"
version = "0.19"

[dependencies.gobject-sys]
git = "https://github.com/gtk-rs/gtk-rs-core"
version = "0.20"
branch = "master"
version = "0.19"

[dependencies.gtk-sys]
package = "gtk4-sys"
git = "https://github.com/gtk-rs/gtk4-rs"
version = "0.9"
branch = "master"
version = "0.8"

[dependencies.gdk-sys]
package = "gdk4-sys"
git = "https://github.com/gtk-rs/gtk4-rs"
version = "0.9"
branch = "master"
version = "0.8"

[dependencies.pango-sys]
git = "https://github.com/gtk-rs/gtk-rs-core"
version = "0.20"
branch = "master"
version = "0.19"

[build-dependencies]
system-deps = "7"
Expand Down
Loading

0 comments on commit b5270c7

Please sign in to comment.