summaryrefslogtreecommitdiff
path: root/opengl-bindings/src/shader.rs
diff options
context:
space:
mode:
Diffstat (limited to 'opengl-bindings/src/shader.rs')
-rw-r--r--opengl-bindings/src/shader.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/opengl-bindings/src/shader.rs b/opengl-bindings/src/shader.rs
index 2808f0f..7eb1ac9 100644
--- a/opengl-bindings/src/shader.rs
+++ b/opengl-bindings/src/shader.rs
@@ -3,8 +3,8 @@ use std::ptr::null_mut;
use safer_ffi::layout::ReprC;
-use crate::CurrentContextWithFns;
use crate::data_types::{Matrix, Vec3};
+use crate::CurrentContextWithFns;
#[derive(Debug)]
pub struct Shader