Skip to content

Commit

Permalink
chore(gtk): Use re-exported modules from gtk (#47)
Browse files Browse the repository at this point in the history
* Use re-exported modules from gtk

* Added change file

* Remove unused dependency

* Discard changes to .changes/gtk-module.md
  • Loading branch information
dklassic authored Oct 25, 2023
1 parent eafd1e3 commit d4f5991
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,7 @@ 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/" }

[features]
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 d4f5991

Please sign in to comment.