slint/demos/printerdemo_mcu
Yuri Astrakhan 9621cae218 Auto-fixed clippy::needless_lifetimes
`__CARGO_FIX_YOLO=1` is a hack, but it does help a lot with the tedious fixes where the result is fairly clear.

See https://rust-lang.github.io/rust-clippy/master/index.html#needless_lifetimes

```
__CARGO_FIX_YOLO=1 cargo clippy --fix --all-targets --workspace --exclude gstreamer-player --exclude i-slint-backend-linuxkms --exclude uefi-demo --exclude ffmpeg -- -A clippy::all -W clippy::needless_lifetimes

cargo fmt --all
```
2025-02-07 09:20:49 +01:00
..
esp-idf CI: Fix esp-idf build 2025-01-24 15:07:19 +01:00
ui printerdemo_mcu PrinterQueueItem uses a status string 2025-01-02 13:54:53 +01:00
bench.rs Auto-fixed clippy::needless_lifetimes 2025-02-07 09:20:49 +01:00
build.rs Move printer demo and energy-monitor into new top-level demos/ folder 2024-10-25 12:09:32 +02:00
Cargo.toml Update to Image 0.25 (#7365) 2025-01-14 16:31:05 +01:00
main.rs printerdemo_mcu PrinterQueueItem uses a status string 2025-01-02 13:54:53 +01:00
README.md Demo: fix documentation link to mcu-board-support 2025-01-28 06:25:22 +01:00

This is a "fork" of the printer demo modified to run on a smaller screen.

See the MCU backend Readme for more info.