slint/examples/carousel
Olivier Goffart 8450e01a3f
Change the name of the compat feature (#2230)
And remove the compat-0-2-0 and compat-0-3-0 features
2023-02-16 09:40:44 +01:00
..
cpp Add example for custom carousel widget (#1739) 2022-10-18 14:01:17 +02:00
node Bump version number to 1.0.0 2023-02-03 11:07:15 +01:00
rust Change the name of the compat feature (#2230) 2023-02-16 09:40:44 +01:00
ui First stage of cleaning up the export handling of the slint root component (#2095) 2023-01-23 15:19:49 +01:00
README.md Add mcu support to the carousel example (#1744) 2022-10-19 14:54:39 +02:00

See the MCU backend Readme to see how to run the example on a smaller device like the Raspberry Pi Pico.

The example can run with the mcu simulator with the following command

cargo run -p carousel --no-default-features --features=simulator --release