diff --git a/README.md b/README.md index 92ea1f9..ee8ad1e 100644 --- a/README.md +++ b/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