slint/internal/backends/mcu
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
..
LICENSES Fix LICENSES symlinks 2022-02-09 17:05:47 +01:00
pico_st7789 Add MCU board config setup (#1006) 2022-03-03 13:31:40 +01:00
simulator [reorg]: Move the rendering backends into internal 2022-01-31 16:00:50 +01:00
build.rs Add MCU board config setup (#1006) 2022-03-03 13:31:40 +01:00
Cargo.toml Add MCU board config setup (#1006) 2022-03-03 13:31:40 +01:00
fonts.rs Simplify conversion from physical to logical pixels in the mcu backend 2022-02-17 15:07:57 +01:00
lengths.rs Fix scaling of glyphs and improve type safety in the MCU backend 2022-02-17 15:07:57 +01:00
lib.rs Fix interpreter ffi build 2022-03-03 14:04:45 +01:00
pico_st7789.rs Add support for profiling in the mcu renderer (#968) 2022-03-03 13:34:47 +01:00
profiler.rs cargo fmt 2022-03-03 14:00:13 +01:00
README.md Change the Url from sixtyfps.io to slint-ui.com 2022-02-08 08:52:46 +01:00
renderer.rs Fix interpreter ffi build 2022-03-03 14:04:45 +01:00
simulator.rs Fix interpreter ffi build 2022-03-03 14:04:45 +01:00

NOTE: This library is an internal crate of the Slint project. This crate should not be used directly by applications using Slint. You should use the slint crate instead.

WARNING: This crate does not follow the semver convention for versioning and can only be used with version = "=x.y.z" in Cargo.toml.