{ "name": "sdl3-shadercross", "version": "3.0.0-preview2", "description": "This is a library for translating shaders to different formats, intended for use with SDL's GPU API. It takes SPIRV or HLSL as the source and outputs DXBC, DXIL, SPIRV, MSL, or HLSL.", "homepage": "https://www.libsdl.org", "license": "Zlib", "supports": "!uwp", "dependencies": [ { "name": "directx-dxc", "version>=": "2026-02-20" }, { "name": "sdl3", "default-features": false, "features": [ "vulkan" ], "version>=": "3.2.16" }, { "name": "spirv-cross", "version>=": "1.4.309.0" }, { "name": "vcpkg-cmake", "host": true }, { "name": "vcpkg-cmake-config", "host": true } ] }