slint/internal/interpreter
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 Simplify commercial license (#3063) 2024-05-31 14:06:17 +02:00
api.rs Preview: filter invisible items out from the selection popup 2025-02-10 13:38:43 +01:00
Cargo.toml Don't enable image-default-formats by default, remove compat-1-10 feature 2025-02-22 11:15:18 +01:00
dynamic_item_tree.rs ContextMenu: show submenu on hover after a timeout 2025-02-07 13:27:32 +01:00
dynamic_type.rs Fix all format arg inlining 2025-02-06 10:16:20 +01:00
eval.rs Implement closing of popup menus 2025-02-10 20:27:43 +01:00
eval_layout.rs Simplify commercial license (#3063) 2024-05-31 14:06:17 +02:00
ffi.rs Reduce SmolStr <-> &str conversions and copies (#6688) 2024-11-19 10:07:16 +01:00
global_component.rs Fix all format arg inlining 2025-02-06 10:16:20 +01:00
highlight.rs Preview: filter invisible items out from the selection popup 2025-02-10 13:38:43 +01:00
json.rs live-preview: Simple Data edit mode 2025-02-20 09:43:24 +01:00
lib.rs Don't enable image-default-formats by default, remove compat-1-10 feature 2025-02-22 11:15:18 +01:00
migration.rs Simplify commercial license (#3063) 2024-05-31 14:06:17 +02:00
tests.rs API review of the slint interpreter Compiler api 2024-07-05 17:20:08 +02:00
value_model.rs Fix all format arg inlining 2025-02-06 10:16:20 +01:00