summaryrefslogtreecommitdiff
path: root/opengl-bindings/Cargo.toml
diff options
context:
space:
mode:
authorHampusM <hampus@hampusmat.com>2026-09-07 00:22:57 +0200
committerHampusM <hampus@hampusmat.com>2026-09-07 00:22:57 +0200
commit5cb923fe13818192ad75d8b62899671d72cacb18 (patch)
treeb300b4d0dbcaa47515155cc2b7325956e3027c90 /opengl-bindings/Cargo.toml
parent604ab28401f4238d0b905479877f64d0d386730f (diff)
feat(opengl-bindings): add fn to set face culling mode
Diffstat (limited to 'opengl-bindings/Cargo.toml')
-rw-r--r--opengl-bindings/Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/opengl-bindings/Cargo.toml b/opengl-bindings/Cargo.toml
index ca8a400..f2f57a7 100644
--- a/opengl-bindings/Cargo.toml
+++ b/opengl-bindings/Cargo.toml
@@ -78,4 +78,5 @@ gl_commands = [
"BindFramebuffer",
"NamedFramebufferDrawBuffer",
"NamedFramebufferReadBuffer",
+ "CullFace"
]