From 267a73b41d59b6b31f7b2af59dca78410f986358 Mon Sep 17 00:00:00 2001 From: Olivier Goffart Date: Mon, 14 Feb 2022 15:41:39 +0100 Subject: [PATCH] MCU: Enable the i-slint-core/libm feature when compiling for the pico --- internal/backends/mcu/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internal/backends/mcu/Cargo.toml b/internal/backends/mcu/Cargo.toml index ec47f7f515b..913d0356062 100644 --- a/internal/backends/mcu/Cargo.toml +++ b/internal/backends/mcu/Cargo.toml @@ -18,7 +18,7 @@ path = "lib.rs" [features] simulator = ["winit", "glutin", "femtovg", "embedded-graphics-simulator", "std", "imgref", "scoped-tls-hkt"] -pico-st7789 = ["unsafe_single_core", "rp-pico", "embedded-hal", "cortex-m-rt", "alloc-cortex-m", "embedded-time", "cortex-m", "display-interface-spi", "st7789", "defmt", "defmt-rtt", "i-slint-core/defmt", "shared-bus" ] +pico-st7789 = ["unsafe_single_core", "rp-pico", "embedded-hal", "cortex-m-rt", "alloc-cortex-m", "embedded-time", "cortex-m", "display-interface-spi", "st7789", "defmt", "defmt-rtt", "i-slint-core/defmt", "shared-bus", "i-slint-core/libm" ] unsafe_single_core = ["i-slint-core/unsafe_single_core"]