summaryrefslogtreecommitdiff
path: root/opengl-bindings/src/texture.rs
diff options
context:
space:
mode:
authorHampusM <hampus@hampusmat.com>2026-05-23 19:56:41 +0200
committerHampusM <hampus@hampusmat.com>2026-05-23 19:56:41 +0200
commit8a41f5aeb3ac143d731928d1c343cd9338190f0a (patch)
treea7a8bba7e119354abbaa9fff6ec4e16d2f66b829 /opengl-bindings/src/texture.rs
parent02afe68342870ce4f37d7e8fb45c985397d6e08d (diff)
style: format for Rust edition 2021HEADmaster
Diffstat (limited to 'opengl-bindings/src/texture.rs')
-rw-r--r--opengl-bindings/src/texture.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/opengl-bindings/src/texture.rs b/opengl-bindings/src/texture.rs
index c5d43c9..391ae0e 100644
--- a/opengl-bindings/src/texture.rs
+++ b/opengl-bindings/src/texture.rs
@@ -1,5 +1,5 @@
-use crate::CurrentContextWithFns;
use crate::data_types::Dimens;
+use crate::CurrentContextWithFns;
#[derive(Debug)]
pub struct Texture