From 247b27f4ca5ee494086e74d40e2f12083a8080f2 Mon Sep 17 00:00:00 2001 From: Héctor Ramón Jiménez Date: Thu, 5 Sep 2019 14:55:48 +0200 Subject: Allow tour window to be resized --- examples/tour/main.rs | 1 + 1 file changed, 1 insertion(+) (limited to 'examples/tour') diff --git a/examples/tour/main.rs b/examples/tour/main.rs index 901a976a..4dbd5833 100644 --- a/examples/tour/main.rs +++ b/examples/tour/main.rs @@ -18,6 +18,7 @@ pub fn main() -> ggez::GameResult { .window_mode(ggez::conf::WindowMode { width: 1280.0, height: 1024.0, + resizable: true, ..ggez::conf::WindowMode::default() }) .build()? -- cgit