Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions accelerate/src/vbo.pyx
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
"""Cython-coded VBO implementation"""
#cython: language_level=3
import ctypes, weakref
from ctypes import c_long as long
from OpenGL_accelerate.formathandler cimport FormatHandler
from OpenGL import error
from OpenGL._bytes import bytes,unicode
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ Source = "https://github.com/mcfletch/pyopengl"
Documentation = "https://mcfletch.github.io/pyopengl/documentation/index.html"

[build-system]
requires = [ "setuptools >= 42.0" ]
requires = [ "setuptools >= 42.0", "cython>=3.0.0" ]
build-backend = "setuptools.build_meta"

[tool.setuptools.dynamic]
Expand Down