Skip to content

Commit

Permalink
MCU: Enable the i-slint-core/libm feature when compiling for the pico
Browse files Browse the repository at this point in the history
  • Loading branch information
ogoffart committed Feb 14, 2022
1 parent f9dfbb1 commit 267a73b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/backends/mcu/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"]

Expand Down

0 comments on commit 267a73b

Please sign in to comment.