Remove the std feature from the mcu bsp crate

The example can use the std feature of slint directly
This commit is contained in:
Simon Hausmann 2022-08-25 11:16:43 +02:00 committed by Simon Hausmann
parent 94d5444105
commit 8ed35eded1
2 changed files with 1 additions and 2 deletions

View file

@ -15,7 +15,7 @@ path = "main.rs"
name = "printerdemo_mcu"
[features]
mcu-simulator = ["slint/renderer-software", "slint/eventloop-winit", "mcu-board-support/std"]
mcu-simulator = ["slint/renderer-software", "slint/eventloop-winit", "slint/std"]
mcu-pico-st7789 = ["mcu-board-support/pico-st7789"]
[dependencies]