vcpkg/ports/shader-slang/vcpkg.json
Daniel Johansson b6dd2d87ff
[shader-slang] Update to v0.27.20 (#31398)
* Updated shader-slang version to 0.27.20

* Ran ./vcpkg x-add-version --all

* Update ports/shader-slang/vcpkg.json

Co-authored-by: Cheney Wang <38240633+Cheney-W@users.noreply.github.com>

* Update ports/shader-slang/portfile.cmake

Co-authored-by: Cheney Wang <38240633+Cheney-W@users.noreply.github.com>

* ./vcpkg x-add-version --all

---------

Co-authored-by: Cheney Wang <38240633+Cheney-W@users.noreply.github.com>
2023-05-15 13:18:18 -07:00

9 lines
595 B
JSON

{
"name": "shader-slang",
"version": "0.27.20",
"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"
}