Skip to content

Commit

Permalink
Remove PyOpenGL
Browse files Browse the repository at this point in the history
  • Loading branch information
dimkauzh committed Feb 2, 2024
1 parent 963a6a9 commit 836d602
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 94 deletions.
86 changes: 1 addition & 85 deletions pdm.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 1 addition & 9 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -45,18 +45,10 @@ classifiers = [
"Topic :: Multimedia :: Graphics",
"Topic :: Multimedia :: Video",
]
dependencies = [
"pygame-ce>=2.4.0",
"pymunk>=6.6.0",
"pyopengl>=3.1.7",
"pillow>=10.2.0",
"numpy>=1.24.0",
"PyOpenGL-accelerate>=3.1.7",
]
dependencies = ["pygame-ce>=2.4.0", "pymunk>=6.6.0", "pillow>=10.2.0"]

[tool.pdm]
distribution = true
ignore_package_warnings = ["numpy"]

[tool.pdm.options]
includes = ["**/*.png", "**/*.ttf"]
Expand Down

0 comments on commit 836d602

Please sign in to comment.