summaryrefslogtreecommitdiff
path: root/opengl-bindings/Cargo.toml
diff options
context:
space:
mode:
authorHampusM <hampus@hampusmat.com>2026-08-28 17:53:54 +0200
committerHampusM <hampus@hampusmat.com>2026-08-28 17:53:54 +0200
commitd04bc21ac58a0bd8bcf8fa2fbb87f7b1dd4b140e (patch)
tree43fad0c8d1d195e0b1d3169db953b6edc52f1a31 /opengl-bindings/Cargo.toml
parentcb467dc2a9a9c9ac438a68c3bd03ec201b6f75d6 (diff)
feat(opengl-bindings): prevent diagonal lines in rgb textures
Diffstat (limited to 'opengl-bindings/Cargo.toml')
-rw-r--r--opengl-bindings/Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/opengl-bindings/Cargo.toml b/opengl-bindings/Cargo.toml
index 081dd92..4d9d4e0 100644
--- a/opengl-bindings/Cargo.toml
+++ b/opengl-bindings/Cargo.toml
@@ -71,4 +71,5 @@ gl_commands = [
"BlendEquation",
"Scissor",
"DepthFunc",
+ "PixelStorei"
]