slint/internal/compiler/generator
Simon Hausmann f1dae75d53 Fix interpreter ffi build
Commit 738ac0dc01 increased the size of the ImageInner::StaticTextures variant,
which breaks the size assertions in the interpreter ffi build.

This changes fixes that by reducing the size of the ImageInner variant again by
moving all the fields into a separate struct.
2022-03-03 14:04:45 +01:00
..
cpp.rs Support for referring to other globals from globals 2022-02-28 10:14:34 +01:00
rust.rs Fix interpreter ffi build 2022-03-03 14:04:45 +01:00