mirror of
https://github.com/slint-ui/slint.git
synced 2025-08-31 07:37:24 +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
|
@ -21,7 +21,6 @@ pico-st7789 = ["unsafe_single_core", "rp-pico", "embedded-hal", "cortex-m-rt", "
|
|||
stm32h735g = ["unsafe_single_core", "embedded-hal", "cortex-m-rt", "alloc-cortex-m", "embedded-time", "cortex-m", "i-slint-core/defmt", "stm32h7xx-hal/stm32h735", "defmt", "defmt-rtt", "embedded-display-controller", "ft5336", "panic-probe"]
|
||||
|
||||
unsafe_single_core = ["i-slint-core/unsafe_single_core"]
|
||||
std = ["i-slint-core/std"]
|
||||
|
||||
[dependencies]
|
||||
i-slint-core = { version = "=0.2.6", path = "../../internal/core", default-features = false, features = ["libm", "embedded-graphics"] }
|
||||
|
|
|
@ -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