slint/internal/renderers/skia
Simon Hausmann 3b51c8e30a
LinuxKMS: Add support for synthetic display rotations (#4166)
This patch adds support for the `SLINT_KMS_ROTATION` environment
variable, that instructs the Skia/FemtoVG renderers to rotate
the scene before rendering.
2023-12-18 17:49:05 +01:00
..
LICENSES reuse: remove glob for markdown files 2023-08-17 08:55:28 +02:00
build.rs Skia: disable skia software renderer for android 2023-10-26 14:52:07 +02:00
cached_image.rs Silence error when rendering SVG in an 0x0 size 2023-11-02 11:09:20 +01:00
Cargo.toml Update to skia-safe 0.69 2023-12-08 10:22:35 +01:00
d3d_surface.rs Bump skia-safe version 2023-10-26 10:45:36 +02:00
itemrenderer.rs Bump skia-safe version 2023-10-26 10:45:36 +02:00
lib.rs LinuxKMS: Add support for synthetic display rotations (#4166) 2023-12-18 17:49:05 +01:00
metal_surface.rs Bump skia-safe version 2023-10-26 10:45:36 +02:00
opengl_surface.rs LinuxKMS: Add support for synthetic display rotations (#4166) 2023-12-18 17:49:05 +01:00
README.md reuse: remove glob for markdown files 2023-08-17 08:55:28 +02:00
software_surface.rs Bump skia-safe version 2023-10-26 10:45:36 +02:00
textlayout.rs Skia: fix line height calculation for eliding the last line of text 2023-10-05 08:54:02 +02:00
vulkan_surface.rs Port to new vulkano 2023-11-13 12:39:59 +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.