slint/api/sixtyfps-rs/sixtyfps-macros
Olivier Goffart 8b9be10ff8 Attempt to properly detect if the native style is available when cross compiling
... and using the sixtyfps! macro

The problem is that the OUT_DIR in the build script of the macro crate
is reporting a target directory for the host (since the macro itself is
built for the host), but we need to get the OUT_DIR of the crate, so query
it in the macro. Unfortunatelty, that env variable is only set when the
crate (using the macro) has a build script. So use a fallback to find the
target directory

Fixes #462
2021-12-06 12:59:48 +01:00
..
Cargo.toml Bump version number to 0.1.6 2021-11-24 14:19:09 +00:00
lib.rs Attempt to properly detect if the native style is available when cross compiling 2021-12-06 12:59:48 +01:00