slint/sixtyfps_runtime/rendering_backends/qt
Simon Hausmann 0852a7661b Fix mutable slice API
* Change SharedVector::as_mut_slice() to SharedVector::make_mut_slice()
* SharedPixelBuffer::as_mut_slice and SharedPixelBuffer::make_mut_slice()
* SharedPixelBuffer::as_bytes_mut() to SharedPixelBuffer::make_mut_bytes()

This is consistent with Rc::make_mut() and is supposed to emphasize
that, unlike the usual as_* operations, it is not a free operation but
may involve work (detaching the data by cloning it).

Amends commit 7384ebdc32
2021-08-10 16:37:34 +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 Fix mutable slice API 2021-08-10 16:37:34 +02:00
qt_window.rs Remove imgref dependency from the public Image API 2021-08-10 15:56:01 +02:00