From a8798639937b764c34f8a12b86bcd741787ff2a4 Mon Sep 17 00:00:00 2001 From: Vaxry Date: Sat, 20 Apr 2024 13:27:49 +0100 Subject: [PATCH] README: add deps --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index 3e0a60b..78624d7 100644 --- a/README.md +++ b/README.md @@ -7,6 +7,13 @@ A Hyprland implementation of wayland-scanner, in and for C++. hyprwayland-scanner '/path/to/proto' '/path/to/output/directory' ``` +## Dependencies + +Requires a compiler with C++23 support. + +Dep list: + - pugixml + ## Building ```sh