diff options
Diffstat (limited to 'opengl-bindings/Cargo.toml')
| -rw-r--r-- | opengl-bindings/Cargo.toml | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/opengl-bindings/Cargo.toml b/opengl-bindings/Cargo.toml index 8251642..cac3c1e 100644 --- a/opengl-bindings/Cargo.toml +++ b/opengl-bindings/Cargo.toml @@ -61,5 +61,7 @@ gl_commands = [ "Disable", "GetIntegerv", "DebugMessageCallback", - "DebugMessageControl" + "DebugMessageControl", + "DeleteVertexArrays", + "DeleteBuffers" ] |
