Note that shader-slang is now a dependency

This commit is contained in:
Kovid Goyal
2026-06-28 09:08:37 +05:30
parent 8d20d25288
commit 3968a86693
2 changed files with 2 additions and 0 deletions

View File

@@ -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)

View File

@@ -15,6 +15,7 @@ in
simde
go
matplotlib
shader-slang
]
++ optionals stdenv.isDarwin [
libpng