From b09980755dfb686780dcb8b72aae17fd1f5854fd Mon Sep 17 00:00:00 2001 From: mcwindy <40684304+mcwindy@users.noreply.github.com> Date: Wed, 1 Jan 2025 00:07:26 +0800 Subject: [PATCH] README: Add Dependencies (#4) --- README.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) 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