summaryrefslogtreecommitdiff
path: root/opengl-bindings/Cargo.toml
diff options
context:
space:
mode:
authorHampusM <hampus@hampusmat.com>2026-03-30 21:26:24 +0200
committerHampusM <hampus@hampusmat.com>2026-03-30 21:26:24 +0200
commite871a823ed9814b3c2551c617ebd360fa2296510 (patch)
treea021ca5c4c31c61505ce941e5e2aaf0cbd9e40df /opengl-bindings/Cargo.toml
parentd5bc9ef9070cc9c8feb72823ca9b0e0539a81f2b (diff)
feat(opengl-bindings): add configuring blending
Diffstat (limited to 'opengl-bindings/Cargo.toml')
-rw-r--r--opengl-bindings/Cargo.toml4
1 files changed, 3 insertions, 1 deletions
diff --git a/opengl-bindings/Cargo.toml b/opengl-bindings/Cargo.toml
index a2f7ade..b6eadba 100644
--- a/opengl-bindings/Cargo.toml
+++ b/opengl-bindings/Cargo.toml
@@ -64,5 +64,7 @@ gl_commands = [
"DebugMessageControl",
"DeleteVertexArrays",
"DeleteBuffers",
- "BindBufferBase"
+ "BindBufferBase",
+ "BlendFunc",
+ "BlendEquation"
]