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.
1 parent 7493f4d commit ec6e7b0Copy full SHA for ec6e7b0
gtk4/README.md
@@ -36,7 +36,7 @@ the [features](#features) section for how to do this globally in your `Cargo.tom
36
```rust,no_run
37
use gtk4 as gtk;
38
use gtk::prelude::*;
39
-use gtk::{Application, ApplicationWindow};
+use gtk::{glib, Application, ApplicationWindow};
40
41
fn main() -> glib::ExitCode {
42
let app = Application::builder()
@@ -68,7 +68,7 @@ and run the main event loop.
68
69
70
71
-use gtk::{Application, ApplicationWindow, Button};
+use gtk::{glib, Application, ApplicationWindow, Button};
72
73
74
let application = Application::builder()
0 commit comments