slint/examples/carousel
Tobias Hunger f0ffc5d243
Fix line endings and add a pre-commit hook
... to keep them fixed:-)
2023-02-23 11:09:50 +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 Fix line endings and add a pre-commit hook 2023-02-23 11:09:50 +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