Skip to content

Commit

Permalink
fix(linux): add missing crate
Browse files Browse the repository at this point in the history
  • Loading branch information
amrbashir committed Mar 7, 2023
1 parent 6bc391d commit 1be2574
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,7 @@ gtk = { version = "0.15", features = [ "v3_22" ] }
gdk = { version = "0.15", features = [ "v3_22" ] }
gdk-sys = "0.15"
gdkx11-sys = "0.15"
gdkwayland-sys = "0.15"
gdk-pixbuf = { version = "0.15", features = [ "v2_36_8" ] }
libappindicator = { version = "0.7.1", optional = true }
dirs-next = { version = "2.0.0", optional = true }
Expand Down

0 comments on commit 1be2574

Please sign in to comment.