Skip to content

Commit

Permalink
Update gtk-sys (#143)
Browse files Browse the repository at this point in the history
  • Loading branch information
PolyMeilex authored Sep 9, 2023
1 parent 0c3eb7e commit 7cb0910
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 21 deletions.
36 changes: 18 additions & 18 deletions Cargo.lock

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

6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -50,9 +50,9 @@ ashpd = { version = "0.6", optional = true }
urlencoding = { version = "2.1.0", optional = true }
pollster = { version = "0.3", optional = true }
# GTK
gtk-sys = { version = "0.16", features = ["v3_24"], optional = true }
glib-sys = { version = "0.16", optional = true }
gobject-sys = { version = "0.16", optional = true }
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 }

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

0 comments on commit 7cb0910

Please sign in to comment.