add hyprgraphics to deps and ecosystem

This commit is contained in:
Vaxry 2024-12-03 19:04:00 +00:00
parent 489135bda0
commit 2e3eb78f69
4 changed files with 12 additions and 1 deletions

View file

@ -389,7 +389,7 @@ C++ standard library has to support that (`gcc>=14` or `clang>=18`).
{{% details title="Arch" closed="true" %}}
```plain
yay -S ninja gcc cmake meson libxcb xcb-proto xcb-util xcb-util-keysyms libxfixes libx11 libxcomposite libxrender pixman wayland-protocols cairo pango seatd libxkbcommon xcb-util-wm xorg-xwayland libinput libliftoff libdisplay-info cpio tomlplusplus hyprlang-git hyprcursor-git hyprwayland-scanner-git xcb-util-errors hyprutils-git
yay -S ninja gcc cmake meson libxcb xcb-proto xcb-util xcb-util-keysyms libxfixes libx11 libxcomposite libxrender pixman wayland-protocols cairo pango seatd libxkbcommon xcb-util-wm xorg-xwayland libinput libliftoff libdisplay-info cpio tomlplusplus hyprlang-git hyprcursor-git hyprwayland-scanner-git xcb-util-errors hyprutils-git hyprgraphics-git
```
_(Please make a pull request or open an issue if any packages are missing from
@ -432,6 +432,8 @@ packaged for your distro of choice:
- aquamarine
- hyprlang
- hyprcursor
- hyprutils
- hyprgraphics
- hyprwayland-scanner (build-only)
{{< /callout >}}

View file

@ -31,3 +31,4 @@ These docs always target latest -git branch of respective apps.
- **[hyprlang](./hyprlang)**
- **[hyprwayland-scanner](./hyprwayland-scanner)**
- **[aquamarine](./aquamarine)**
- **[hyprgraphics](./hyprgraphics)**

View file

@ -0,0 +1,7 @@
---
weight: 106
title: hyprgraphics
---
hyprgraphics is a library providing shared implementations of some utilities relating to graphics
and resources, like loading images or color calculations.

View file

@ -48,6 +48,7 @@ The development files of these packages need to be installed on the system for `
- libwebp
- hyprlang
- hyprutils
- hyprgraphics
- hyprwayland-scanner
To install all of these in Fedora, run this command: