summaryrefslogtreecommitdiffstats
path: root/examples/tour.rs
diff options
context:
space:
mode:
authorLibravatar Héctor Ramón Jiménez <hector0193@gmail.com>2019-10-07 03:56:16 +0200
committerLibravatar Héctor Ramón Jiménez <hector0193@gmail.com>2019-10-07 03:56:16 +0200
commitc9510db551893775d3233340dd114d971e24323a (patch)
treea48fe9009c0fa604ea5e861ee3a8aa35ae3d64c3 /examples/tour.rs
parent70c17b053b10741f6018b2559bb46c5f289cadb9 (diff)
downloadiced-c9510db551893775d3233340dd114d971e24323a.tar.gz
iced-c9510db551893775d3233340dd114d971e24323a.tar.bz2
iced-c9510db551893775d3233340dd114d971e24323a.zip
Render colored quads
Diffstat (limited to 'examples/tour.rs')
-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();