slint/sixtyfps_runtime/rendering_backends/qt
Simon Hausmann 0e8efea2ff Further speed up font handling in the GL backend
Use the new fontdb API:

* When registering embedded fonts, we don't need to make a copy of the
  embedded font data anymore.
* We don't have to mmap the font files ourselves anymore, fontdb can
  do this now for us.
2021-10-04 15:11:55 +02:00
..
qt_widgets TouchArea: add the pointer-event callback 2021-10-04 14:39:49 +02:00
build.rs Fix compilation with Qt 6.2.0 and MSVC 2021-09-30 15:45:14 +02:00
Cargo.toml Bump version number to 0.1.2 2021-09-04 10:08:51 +02:00
key_generated.rs Update license date 2021-07-02 15:55:54 +02:00
lib.rs Further speed up font handling in the GL backend 2021-10-04 15:11:55 +02:00
qt_widgets.rs Native style: use the QPalette for the placeholder color in a LineEdit 2021-09-30 12:50:30 +02:00
qt_window.rs TouchArea: add the pointer-event callback 2021-10-04 14:39:49 +02:00