From d2fe7d56dabba19673d27de02750b7e6d4b2ed8b Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Sun, 28 Jun 2026 09:08:37 +0530 Subject: [PATCH] Note that shader-slang is now a dependency --- docs/build.rst | 1 + shell.nix | 1 + 2 files changed, 2 insertions(+) diff --git a/docs/build.rst b/docs/build.rst index e96ca826a..e54a723c6 100644 --- a/docs/build.rst +++ b/docs/build.rst @@ -89,6 +89,7 @@ Run-time dependencies: * ``liblcms2`` * ``libxxhash`` * ``openssl`` +* ``shader-slang`` (for the slangc compiler) * ``pixman`` (not needed on macOS) * ``cairo`` (not needed on macOS) * ``freetype`` (not needed on macOS) diff --git a/shell.nix b/shell.nix index 43fa08ff8..351ce69c0 100644 --- a/shell.nix +++ b/shell.nix @@ -15,6 +15,7 @@ in simde go matplotlib + shader-slang ] ++ optionals stdenv.isDarwin [ libpng