slint/tools/docsnapper
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
..
LICENSES
Cargo.toml Don't enable image-default-formats by default, remove compat-1-10 feature 2025-02-22 11:15:18 +01:00
headless.rs docsnapper: Allow for scale="<f32>" in docsnapper options 2024-11-26 17:04:15 +01:00
main.rs Auto-fixed clippy::needless_borrow 2025-02-07 09:02:45 +01:00
README.md Fix typos 2025-01-13 08:35:20 +01:00

Screenshot tool for the documentation examples

Installation

Please don't :-)

Usage

See the docs CI job