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 a91d7a4 commit 04d0ec2Copy full SHA for 04d0ec2
src/bin/main.rs
@@ -1,4 +1,4 @@
1
-// SPDX-FileCopyrightText: 2022 Deren Vural
+// SPDX-FileCopyrightText: 2024 Deren Vural
2
// SPDX-License-Identifier: GPL-3.0-or-later
3
4
/**
@@ -21,7 +21,13 @@
21
extern crate gtk4_nvidia_monitor_rust;
22
23
// Imports
24
-use adwaita::{prelude::ApplicationExtManual, Application};
+// std
25
+//
26
+// gtk-rs
27
+use adwaita::{
28
+ prelude::ApplicationExtManual,
29
+ Application
30
+};
31
32
33
* Name:
@@ -44,5 +50,5 @@ fn main() {
44
50
let app: Application = gtk4_nvidia_monitor_rust::create_app();
45
51
46
52
// Run the application
47
- println!("{}", app.run());
53
+ println!("{:?}", app.run());
48
54
}
0 commit comments