mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 06:59:07 +08:00
209485d769
* [shader-slang] Update to 2023.5.0 * [shader-slang] Update to 2023.5.1 * [shader-slang] running version update * [shader-slang] Change SHA512s to lowercase * [shader-slang] running version update again
9 lines
596 B
JSON
9 lines
596 B
JSON
{
|
|
"name": "shader-slang",
|
|
"version": "2023.5.1",
|
|
"description": "Slang is a shading language that makes it easier to build and maintain large shader codebases in a modular and extensible fashion, while also maintaining the highest possible performance on modern GPUs and graphics APIs. Slang is based on years of collaboration between researchers at NVIDIA, Carnegie Mellon University, and Stanford.",
|
|
"homepage": "https://github.com/shader-slang/slang",
|
|
"license": "MIT",
|
|
"supports": "((x86 & windows) | (x64 & (windows | linux | osx)) | (arm64 & (linux | osx))) & !uwp & !static"
|
|
}
|