Note that shader-slang is now a dependency

This commit is contained in:
Kovid Goyal 2026-06-28 09:08:37 +05:30
parent 219566d2ed
commit d2fe7d56da
No known key found for this signature in database
GPG key ID: 06BC317B515ACE7C
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