summaryrefslogtreecommitdiff
path: root/opengl-bindings/Cargo.toml
diff options
context:
space:
mode:
authorHampusM <hampus@hampusmat.com>2026-08-06 16:01:19 +0200
committerHampusM <hampus@hampusmat.com>2026-08-06 16:01:19 +0200
commit26a5b10d84dcbb9f22acec30aa549e9992235e9e (patch)
treef4db6f0d58b4cee94a4453130da9e054bd4a2112 /opengl-bindings/Cargo.toml
parentaf2af06f7bc145e0661def88861f56ca92dd3d89 (diff)
feat(opengl-bindings): add fn to set depth function
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 c08b94a..f2252a7 100644
--- a/opengl-bindings/Cargo.toml
+++ b/opengl-bindings/Cargo.toml
@@ -67,5 +67,6 @@ gl_commands = [
"BindBufferBase",
"BlendFunc",
"BlendEquation",
- "Scissor"
+ "Scissor",
+ "DepthFunc",
]