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

This commit is contained in:
mcwindy 2025-01-01 00:07:26 +08:00 committed by GitHub
parent 6dea3fba08
commit b09980755d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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