Skip to content

Commit

Permalink
update Cargo.toml to use GTK 4.10 instead of 4.12
Browse files Browse the repository at this point in the history
  • Loading branch information
Hellx2 committed Jun 8, 2024
1 parent 8309300 commit e163473
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
gtk = { version = "0.8.1", package = "gtk4", features = ["v4_12"] }
gtk = { version = "0.8.1", package = "gtk4", features = ["v4_10"] }

0 comments on commit e163473

Please sign in to comment.