@b4n requested changes on this pull request.
```console ../meson.build:887: WARNING: Project targets '>= 0.53' but uses feature introduced in '0.56.0': win_subsystem arg in executable. […] WARNING: Project specifies a minimum meson_version '>= 0.53' but uses features which were added in newer versions: * 0.56.0: {'win_subsystem arg in executable'} NOTICE: Future-deprecated features used: * 0.56.0: {'meson.build_root', 'meson.source_root'} ```
So there are two ways to go I think: * Depend on 0.56.0 (and possibly fix the deprecation warnings) * Use [`gui_app`](https://mesonbuild.com/Reference-manual_functions.html#executable_gui_app) instead for a 0.53-compatible alternative (but that is deprecated in 0.56)