summaryrefslogtreecommitdiff
path: root/source/dw/app.rs
diff options
context:
space:
mode:
Diffstat (limited to 'source/dw/app.rs')
-rw-r--r--source/dw/app.rs4
1 files changed, 2 insertions, 2 deletions
diff --git a/source/dw/app.rs b/source/dw/app.rs
index 14b2292..ffd44fb 100644
--- a/source/dw/app.rs
+++ b/source/dw/app.rs
@@ -3,12 +3,12 @@
extern crate glfw;
use gl::types::GLuint;
-use glfw::{Glfw,Window,WindowEvent};
+use glfw::{Glfw, Window, WindowEvent};
use std::sync::atomic::AtomicBool;
use std::sync::mpsc::Receiver;
pub struct Gfx {
- evt: Receiver<(f64,WindowEvent)>,
+ evt: Receiver<(f64, WindowEvent)>,
glfw: Glfw,
shdprg: GLuint,
win: Window,