slint/tools/compiler
Simon Hausmann f0d7009133 Fix C++ Ninja build on Windows
For Ninja builds we instruct the compiler to generate a dependency file.
This would include paths like builtin:/native/../common/slint-logo-light.svg,
which my version of Ninja on Windows doesn't like at all and just flat out aborts on.

It doesn't make sense for us to emit those as dependencies, so this patch excludes
builtin paths.
2022-11-23 17:18:52 +01:00
..
Cargo.toml Bump version number to 0.3.2 2022-10-28 09:30:14 +00:00
main.rs Fix C++ Ninja build on Windows 2022-11-23 17:18:52 +01:00