summaryrefslogtreecommitdiff
path: root/opengl-bindings/Cargo.toml
diff options
context:
space:
mode:
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"
]