slint/internal/backends/mcu
Simon Hausmann 0316af5343 Add support for profiling in the mcu renderer (#968)
Profile different stages behind a slint_debug_performance cfg and feed the result into debug_log!

Co-authored-by: Olivier Goffart <olivier.goffart@slint-ui.com>
2022-03-03 13:34:47 +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 Add support for profiling in the mcu renderer (#968) 2022-03-03 13:34:47 +01:00
pico_st7789.rs Add support for profiling in the mcu renderer (#968) 2022-03-03 13:34:47 +01:00
profiler.rs Add support for profiling in the mcu renderer (#968) 2022-03-03 13:34:47 +01:00
README.md Change the Url from sixtyfps.io to slint-ui.com 2022-02-08 08:52:46 +01:00
renderer.rs Add support for profiling in the mcu renderer (#968) 2022-03-03 13:34:47 +01:00
simulator.rs mcu: scale images at compile time (#966) 2022-03-03 13:28:47 +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.