mirror of
https://github.com/pineappleEA/pineapple-src.git
synced 2024-12-03 20:38:24 -05:00
12 lines
251 B
JSON
Executable File
12 lines
251 B
JSON
Executable File
{
|
|
"name": "globjects",
|
|
"version-string": "1.1.0",
|
|
"port-version": 4,
|
|
"description": "C++ library strictly wrapping OpenGL objects",
|
|
"homepage": "https://github.com/cginternals/globjects",
|
|
"dependencies": [
|
|
"glbinding",
|
|
"glm"
|
|
]
|
|
}
|