mirror of
https://github.com/hyprwm/hyprgraphics.git
synced 2025-02-05 08:39:49 +01:00
README: Add Dependencies (#4)
Some checks failed
Build & Test (Arch) / Arch: Build and Test (gcc) (push) Has been cancelled
Build & Test (Arch) / Arch: Build and Test (clang) (push) Has been cancelled
Build & Test / nix (hyprgraphics) (push) Has been cancelled
Build & Test / nix (hyprgraphics-with-tests) (push) Has been cancelled
Some checks failed
Build & Test (Arch) / Arch: Build and Test (gcc) (push) Has been cancelled
Build & Test (Arch) / Arch: Build and Test (clang) (push) Has been cancelled
Build & Test / nix (hyprgraphics) (push) Has been cancelled
Build & Test / nix (hyprgraphics-with-tests) (push) Has been cancelled
This commit is contained in:
parent
6dea3fba08
commit
b09980755d
1 changed files with 15 additions and 0 deletions
15
README.md
15
README.md
|
@ -6,6 +6,21 @@ Hyprgraphics is a small C++ library with graphics / resource related utilities u
|
|||
|
||||
Hyprgraphics depends on the ABI stability of the stdlib implementation of your compiler. Sover bumps will be done only for hyprgraphics ABI breaks, not stdlib.
|
||||
|
||||
## Dependencies
|
||||
|
||||
Requires a compiler with C++26 support.
|
||||
|
||||
Dep list:
|
||||
- pixman-1
|
||||
- cairo
|
||||
- hyprutils
|
||||
- libjpeg
|
||||
- libwebp
|
||||
- libjxl
|
||||
- libjxl_cms
|
||||
- libjxl_threads
|
||||
- libmagic
|
||||
|
||||
## Building
|
||||
|
||||
```sh
|
||||
|
|
Loading…
Reference in a new issue