slint/sixtyfps_runtime/rendering_backends/default
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
..
build.rs Attempt to properly detect if the native style is available when cross compiling 2021-12-06 12:59:48 +01:00
Cargo.toml Make the std feature optional in sixtyfps-rs 2021-11-30 15:48:05 +01:00
lib.rs MCU backend: build with no_std 2021-11-30 21:33:32 +01:00