From 8cca773a68f588fbfdfcdb7448d07b72678f8782 Mon Sep 17 00:00:00 2001 From: Daniel Collin Date: Sun, 20 Nov 2016 07:37:49 +0100 Subject: [PATCH] Fixed example code Closes #31 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index efacc23..d3b7881 100644 --- a/README.md +++ b/README.md @@ -23,7 +23,7 @@ Example ```rust extern crate minifb; -use minifb::{Key, Scale, WindowOptions}; +use minifb::{Key, WindowOptions, Window}; const WIDTH: usize = 640; const HEIGHT: usize = 360;