mirror of
https://github.com/slint-ui/slint.git
synced 2025-09-30 22:01:13 +00:00
Remove the std feature from the mcu bsp crate
The example can use the std feature of slint directly
This commit is contained in:
parent
94d5444105
commit
8ed35eded1
2 changed files with 1 additions and 2 deletions
|
@ -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]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue