diff options
author | 2019-10-07 03:56:16 +0200 | |
---|---|---|
committer | 2019-10-07 03:56:16 +0200 | |
commit | c9510db551893775d3233340dd114d971e24323a (patch) | |
tree | a48fe9009c0fa604ea5e861ee3a8aa35ae3d64c3 /examples | |
parent | 70c17b053b10741f6018b2559bb46c5f289cadb9 (diff) | |
download | iced-c9510db551893775d3233340dd114d971e24323a.tar.gz iced-c9510db551893775d3233340dd114d971e24323a.tar.bz2 iced-c9510db551893775d3233340dd114d971e24323a.zip |
Render colored quads
Diffstat (limited to 'examples')
-rw-r--r-- | examples/tour.rs | 2 |
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(); |