slint/internal/renderers/skia
Simon Hausmann 8ffb5131c7
Introduce error handling in the FemtoVG and Skia renderers (#2402)
Avoid unwrap() and expect() and instead propagate errors all the way
down to run_event_loop(), show(), and hide() in the Slint AIP.
2023-03-24 14:18:11 +01:00
..
LICENSES Add license symlinks 2022-12-09 17:04:54 +01:00
build.rs Move the Skia renderer into a separate crate 2022-12-09 17:04:54 +01:00
cached_image.rs Remove slint::Image::stride() (#2147) 2023-01-30 13:59:31 +01:00
Cargo.toml Update Skia 2023-03-21 09:36:39 +01:00
d3d_surface.rs Introduce error handling in the FemtoVG and Skia renderers (#2402) 2023-03-24 14:18:11 +01:00
itemrenderer.rs Update Skia 2023-03-21 09:36:39 +01:00
lib.rs Introduce error handling in the FemtoVG and Skia renderers (#2402) 2023-03-24 14:18:11 +01:00
metal_surface.rs Introduce error handling in the FemtoVG and Skia renderers (#2402) 2023-03-24 14:18:11 +01:00
opengl_surface.rs Introduce error handling in the FemtoVG and Skia renderers (#2402) 2023-03-24 14:18:11 +01:00
README.md Add boilerplate README for internality of the crate (for now) 2022-12-09 17:04:54 +01:00
textlayout.rs janitor: bump Rust Skia bindings to the latest release 2023-01-16 10:12:52 +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.