mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 01:59:00 +08:00
15 lines
449 B
JSON
15 lines
449 B
JSON
{
|
|
"name": "opencsg",
|
|
"version": "1.6.0",
|
|
"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
|
|
}
|
|
]
|
|
}
|