mirror of
https://github.com/kovidgoyal/kitty.git
synced 2026-07-04 06:42:57 +00:00
Note that shader-slang is now a dependency
This commit is contained in:
parent
219566d2ed
commit
d2fe7d56da
2 changed files with 2 additions and 0 deletions
|
|
@ -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)
|
||||
|
|
|
|||
|
|
@ -15,6 +15,7 @@ in
|
|||
simde
|
||||
go
|
||||
matplotlib
|
||||
shader-slang
|
||||
]
|
||||
++ optionals stdenv.isDarwin [
|
||||
libpng
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue