slint/api/node/native
Simon Hausmann 67a2f0ce3f WIP: Make image decoding a feature of the core library
This includes the cache of decoded images, the HTMLImage element support
and the SVG rendering adapter.

The objective is that Image holds an ImageInner, which is not a path
anymore that the backend has to process, but instead always either
decoded image data, a pointer to a static texture or an SVG tree that
can be rendered to the desired size.
2022-07-20 12:57:37 +02:00
..
build.rs Update copyright information to reflect name change 2022-02-09 10:27:47 +01:00
Cargo.toml Bump version number to 0.2.6 2022-07-06 09:58:14 +00:00
js_model.rs Add a reset function to the model notifier 2022-04-14 14:06:34 +02:00
lib.rs WIP: Make image decoding a feature of the core library 2022-07-20 12:57:37 +02:00
persistent_context.rs Update copyright information to reflect name change 2022-02-09 10:27:47 +01:00