summaryrefslogtreecommitdiff
path: root/opengl-bindings/src/vertex_array.rs
diff options
context:
space:
mode:
Diffstat (limited to 'opengl-bindings/src/vertex_array.rs')
-rw-r--r--opengl-bindings/src/vertex_array.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/opengl-bindings/src/vertex_array.rs b/opengl-bindings/src/vertex_array.rs
index 3f4b566..30afde4 100644
--- a/opengl-bindings/src/vertex_array.rs
+++ b/opengl-bindings/src/vertex_array.rs
@@ -2,8 +2,8 @@ use std::ffi::c_void;
use safer_ffi::layout::ReprC;
-use crate::CurrentContextWithFns;
use crate::buffer::Buffer;
+use crate::CurrentContextWithFns;
#[derive(Debug)]
pub struct VertexArray