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.toml3
1 files changed, 2 insertions, 1 deletions
diff --git a/opengl-bindings/Cargo.toml b/opengl-bindings/Cargo.toml
index cac3c1e..b21cd74 100644
--- a/opengl-bindings/Cargo.toml
+++ b/opengl-bindings/Cargo.toml
@@ -63,5 +63,6 @@ gl_commands = [
"DebugMessageCallback",
"DebugMessageControl",
"DeleteVertexArrays",
- "DeleteBuffers"
+ "DeleteBuffers",
+ "BindBufferBase"
]