Skip to content

Commit

Permalink
Fix minimal-fltk example release builds with Rust 1.56.0
Browse files Browse the repository at this point in the history
  • Loading branch information
parasyte committed Oct 21, 2021
1 parent 9264a25 commit 9a3c7ba
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions examples/minimal-fltk/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,9 @@ struct World {
}

fn main() -> Result<(), Error> {
#[cfg(debug_assertions)]
env_logger::init();

let app = app::App::default();
let mut win = Window::default()
.with_size(WIDTH as i32, HEIGHT as i32)
Expand Down

0 comments on commit 9a3c7ba

Please sign in to comment.