Skip to content

Commit

Permalink
readme: add plugin section
Browse files Browse the repository at this point in the history
  • Loading branch information
Dav1dde committed Sep 29, 2024
1 parent 7b120b2 commit f62a12a
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 4 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,12 @@ The full code: [hellowindow2.cpp](example/c++/hellowindow2.cpp)

More examples in the [examples directory](example/) of this repository.

## Plugins

Glad [plugins](https://github.com/Dav1dde/glad/wiki/Extending-Glad)
maintained by the community to add support for more languages:

- [Fortran](https://github.com/AarnoldGad/glad-fortran).

## Documentation

Expand Down
9 changes: 5 additions & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ name = "glad2"
dynamic = ["version"]
description = "Multi-Language GL/GLES/EGL/GLX/VK/WGL Loader-Generator based on the official specifications."
readme = "long_description.md"
license = {file = "LICENSE"}
authors = [ {name = "David Herberth", email = "[email protected]"} ]
maintainers = [ {name = "David Herberth", email = "[email protected]"} ]
license = { file = "LICENSE" }
authors = [{ name = "David Herberth", email = "[email protected]" }]
maintainers = [{ name = "David Herberth", email = "[email protected]" }]
dependencies = ["Jinja2>=2.7,<4.0"]
classifiers = [
'Development Status :: 5 - Production/Stable',
Expand All @@ -25,6 +25,7 @@ classifiers = [
'Programming Language :: Python :: 3.9',
'Programming Language :: Python :: 3.10',
'Programming Language :: Python :: 3.11',
'Programming Language :: Python :: 3.12',
'Topic :: Games/Entertainment',
'Topic :: Multimedia :: Graphics',
'Topic :: Multimedia :: Graphics :: 3D Rendering',
Expand Down Expand Up @@ -58,7 +59,7 @@ fortran = ["glad2-fortran"]
platforms = ["any"]

[tool.setuptools.dynamic]
version = {attr = "glad.__version__"}
version = { attr = "glad.__version__" }

[tool.setuptools.packages]
find = {}
Expand Down

0 comments on commit f62a12a

Please sign in to comment.