slint/sixtyfps_runtime/rendering_backends/mcu
Olivier Goffart a45dcc1f9a Update to edition 2021
The ffi function wrapper need to be changed because in the 2021 edition, when
the capture is moved into the closure, it moves the individual field instead
of the whole wrapper. But we need to move the whole wrapper because the Drop
of the wrapper will delete the C++ closure, and we don't want to call the
closure after it is deleted.
2022-01-25 11:40:11 +01:00
..
LICENSES Update license information 2022-01-20 14:45:02 +01:00
simulator Avoid the use of symlinks for source files 2021-12-13 15:51:10 +01:00
Cargo.toml Update to edition 2021 2022-01-25 11:40:11 +01:00
lib.rs MCU: only repaint repaint the screen when there is something to draw 2022-01-24 11:06:36 +01:00
pico_st7789.rs MCU: Have different frenquencies between the touch and the LCD on the pico 2022-01-24 11:06:36 +01:00
renderer.rs MCU: Make sure we round the clip inside pixel boundary 2022-01-24 11:06:36 +01:00
simulator.rs Change the dummy backend in the mcu backend to render into a given DrawTarget 2022-01-04 16:06:00 +01:00