slint/internal/compiler/generator
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
..
cpp.rs Make mod() a macro that can take generic types instead of just integer 2022-07-11 17:49:28 +02:00
rust.rs WIP: Make image decoding a feature of the core library 2022-07-20 12:57:37 +02:00