mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 02:48:59 +08:00
20 lines
399 B
JSON
20 lines
399 B
JSON
{
|
|
"name": "shaderc",
|
|
"version": "2023.8",
|
|
"description": "A collection of tools, libraries and tests for shader compilation.",
|
|
"homepage": "https://github.com/google/shaderc",
|
|
"license": "Apache-2.0",
|
|
"dependencies": [
|
|
"glslang",
|
|
"spirv-tools",
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake-config",
|
|
"host": true
|
|
}
|
|
]
|
|
}
|