util: introduce rectangle packing helper

This commit is contained in:
Kirill Primak 2024-08-04 17:24:22 +03:00
parent 96ad414ec9
commit 04dc72e8c1
3 changed files with 582 additions and 0 deletions

View file

@ -6,6 +6,7 @@ wlr_files += files(
'global.c',
'log.c',
'rect_union.c',
'rectpack.c',
'region.c',
'set.c',
'shm.c',