Skip to content

Commit

Permalink
fix: switch gdk crate to gdk4 (#46)
Browse files Browse the repository at this point in the history
fix: remove unnecessary dependencies
  • Loading branch information
arminius-smh authored Nov 5, 2024
1 parent 9a73e80 commit 3636f21
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 156 deletions.
179 changes: 25 additions & 154 deletions Cargo.lock

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

2 changes: 0 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,6 @@ edition = "2021"
clap = { version = "4.3", features = ["derive"] }
gtk = { version = "0.9.2", package = "gtk4" }
glib = { version = "0.18.0", features = ["v2_68"] }
gio = "0.18.0"
gdk = "0.18.0"
shellexpand = "3.1.0"
lazy_static = "1.4.0"
parking_lot = "0.12.1"
Expand Down

0 comments on commit 3636f21

Please sign in to comment.