We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
#[macro_use]
1 parent 853b0e9 commit 69cbaabCopy full SHA for 69cbaab
src/application/keyboard.rs
@@ -1,6 +1,6 @@
1
use cascade::cascade;
2
use glib::object::WeakRef;
3
-use glib::subclass;
+use glib::{clone, subclass};
4
use gtk::prelude::*;
5
use gtk::subclass::prelude::*;
6
use std::{
src/application/main_window.rs
@@ -1,5 +1,5 @@
use std::rc::Rc;
src/lib.rs
@@ -1,6 +1,3 @@
-#[macro_use]
-extern crate glib;
-
pub mod application;
pub mod daemon;
0 commit comments