Patrick Kelley 8fd444092b initial
2025-05-07 15:35:15 -04:00

15 lines
449 B
JSON

{
"name": "opencsg",
"version": "1.8.1",
"description": "OpenCSG is a library that does image-based CSG rendering using OpenGL. OpenCSG is written in C++ and supports most modern graphics hardware using Microsoft Windows or the Linux operating system.",
"homepage": "https://github.com/floriankirsch/OpenCSG",
"license": "GPL-2.0-or-later",
"dependencies": [
"glew",
{
"name": "vcpkg-cmake",
"host": true
}
]
}