mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-05-12 22:28:38 +00:00
We currently bundle AK with LibCore on Lagom. This means that to use AK, all libraries must also depend on LibCore. This will create circular dependencies when we create LibURL, as LibURL will depend on LibUnicode, which will depend on LibCore, which will depend on LibURL.