Skip to content

Commit

Permalink
Use re-exported modules from gtk
Browse files Browse the repository at this point in the history
  • Loading branch information
dklassic committed Oct 25, 2023
1 parent eafd1e3 commit ec9e8e1
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ keywords = [ "linux", "gui", "gtk" ]

[dependencies]
log = "0.4"
glib = "0.18"
gtk = "0.18"
gtk-sys = "0.18"
libappindicator-sys = { version = "0.9", path = "sys/" }
Expand Down
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
// SPDX-License-Identifier: Apache-2.0
// SPDX-License-Identifier: MIT

use glib::translate::ToGlibPtr;
use gtk::glib::translate::ToGlibPtr;
use libappindicator_sys::AppIndicator as AppIndicatorRaw;
pub use libappindicator_sys::*;

Expand Down

0 comments on commit ec9e8e1

Please sign in to comment.