summaryrefslogtreecommitdiffstats
path: root/examples
diff options
context:
space:
mode:
Diffstat (limited to 'examples')
-rw-r--r--examples/tour.rs2
1 files changed, 2 insertions, 0 deletions
diff --git a/examples/tour.rs b/examples/tour.rs
index 0b88ccd5..5f24eb87 100644
--- a/examples/tour.rs
+++ b/examples/tour.rs
@@ -5,6 +5,8 @@ use iced::{
};
pub fn main() {
+ env_logger::init();
+
let tour = Tour::new();
tour.run();