slint/sixtyfps_runtime/rendering_backends/qt
Simon Hausmann 2a420d7a86 Remove imgref dependency from the public Image API
There's only one place where we need this ourselves and that's also
easily done by hand. Otherwise the `as_bytes(_mut)()` accessor provides the
functionality along with `width()` and `height()`.

Other than that the API is mostly consuming, given that `sixtyfps::Image`
has no way of extracting the data again.
2021-08-10 15:56:01 +02:00
..
build.rs Fix the qt backend always rebuilding 2021-08-06 21:48:38 +02:00
Cargo.toml Remove imgref dependency from the public Image API 2021-08-10 15:56:01 +02:00
key_generated.rs Update license date 2021-07-02 15:55:54 +02:00
lib.rs Remove SharedImageBuffer from the public Rust API 2021-08-10 15:56:01 +02:00
qt_widgets.rs Deprecated SharedVector::as_slice_mut() in favor of SharedVector::as_mut_slice() 2021-08-09 14:51:09 +02:00
qt_window.rs Remove imgref dependency from the public Image API 2021-08-10 15:56:01 +02:00