Skip to content

Commit

Permalink
Update glib/gobject
Browse files Browse the repository at this point in the history
  • Loading branch information
PolyMeilex committed Jan 3, 2025
1 parent bee6126 commit db89a16
Show file tree
Hide file tree
Showing 2 changed files with 71 additions and 27 deletions.
94 changes: 69 additions & 25 deletions Cargo.lock

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

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -72,8 +72,8 @@ urlencoding = { version = "2.1.0", optional = true }
pollster = { version = "0.4", optional = true }
# GTK
gtk-sys = { version = "0.18.0", features = ["v3_24"], optional = true }
glib-sys = { version = "0.18.0", optional = true }
gobject-sys = { version = "0.18.0", optional = true }
glib-sys = { version = "0.20.7", optional = true }
gobject-sys = { version = "0.20.7", optional = true }

[target.'cfg(target_arch = "wasm32")'.dependencies]
wasm-bindgen = "0.2.69"
Expand Down

0 comments on commit db89a16

Please sign in to comment.