core: Move regex from stdlib to re2 (#8736)

Moves the regex handling from stdlib to re2
This commit is contained in:
Vaxry 2024-12-16 19:21:44 +01:00 committed by GitHub
parent dab50b3ef3
commit e06b520427
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
9 changed files with 41 additions and 63 deletions

View file

@ -60,7 +60,8 @@ runs:
xcb-util \
xcb-util-image \
libzip \
librsvg
librsvg \
re2
- name: Get hyprwayland-scanner-git
shell: bash