Files
serenity/Userland/Libraries/LibLine
Liav A. 6cd24efcbe Userland: Reduce further the amount of dependencies for LibShellMinimal
To be able to do this, we actually change multiple things:
- We create another subset library from LibCore called LibCoreBasic.
- We force LibLine and LibShellMinimal to use LibCoreMinimal and
  LibCoreBasic and only these, instead of the full version (LibCore).
2024-10-04 10:56:27 +02:00
..