blob: 479776ad3a4b722ad8daf8b704c1df94a55f3058 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
{
"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
}
]
}
|