slint/demos/printerdemo_mcu
Olivier Goffart c3e32c1665
Don't enable image-default-formats by default, remove compat-1-10 feature
We decided that the compatibility with people having enabled the extra
format in image 0.24 [1] is not worth it compared to the extra compilation
time most people gets by default when they don't need this feature.
(Which is less than 10% slower when the feature is enabled)

Since then there is no need for compat-1-10, remove it

[1] by depending directly on image 0.24 in their Cargo.toml and enabling
the features, which will not work with Slint 1.10 that now use image 0.25
2025-02-22 11:15:18 +01:00
..
esp-idf printerdemo_mcu esp-idf: increase the stack size 2025-02-18 18:47:46 +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 Don't enable image-default-formats by default, remove compat-1-10 feature 2025-02-22 11:15:18 +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.