Internal: move to Mat3x3 from hyprutils (#7902)

* Meson: require hyprutils >= 0.2.3

* flake.lock: update hyprutils

---------

Co-authored-by: Mihai Fufezan <mihai@fufexan.net>
This commit is contained in:
Vaxry 2024-09-25 10:01:13 +01:00 committed by GitHub
parent 8f5188269b
commit 2320b2241c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
11 changed files with 93 additions and 268 deletions

View file

@ -16,7 +16,7 @@ executable(
dependency('cairo'),
dependency('hyprcursor', version: '>=0.1.7'),
dependency('hyprlang', version: '>= 0.3.2'),
dependency('hyprutils', version: '>= 0.2.1'),
dependency('hyprutils', version: '>= 0.2.3'),
dependency('libdrm'),
dependency('egl'),
dependency('xkbcommon'),