slint/examples/carousel
Florian Blasius 520df46998
Update examples to new syntax (#2067)
* run slint-updater on examples
* manual syntax updates
2023-01-16 12:11:25 +00:00
..
cpp Add example for custom carousel widget (#1739) 2022-10-18 14:01:17 +02:00
node Bump version number to 0.3.4 2022-12-16 09:36:15 +00:00
rust Bump version number to 0.3.4 2022-12-16 09:36:15 +00:00
ui Update examples to new syntax (#2067) 2023-01-16 12:11:25 +00: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