slint/internal/renderers/skia
Simon Hausmann e616ac376a Update skia-safe
This brings in Skia Milestone 123 and fixes the use of directwrite on Windows. For more details, see https://github.com/rust-skia/rust-skia/releases/tag/0.72.0
2024-03-21 13:14:35 +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 Femtovg&Skia: fix drawing of tiled svg image 2024-02-27 19:08:16 +01:00
Cargo.toml Update skia-safe 2024-03-21 13:14:35 +01:00
d3d_surface.rs Update skia-safe 2024-03-21 13:14:35 +01:00
itemrenderer.rs Move the condition to render the text cursor in TextVisualRepresentation 2024-03-21 09:34:52 +01:00
lib.rs Skia: non-uniform border radius 2024-02-06 18:01:35 +01:00
metal_surface.rs Skia: Clean up pre present notify callback API 2024-01-04 10:35:09 +01:00
opengl_surface.rs Update to Skia 0.71 2024-02-28 15:42:06 +01:00
README.md reuse: remove glob for markdown files 2023-08-17 08:55:28 +02:00
software_surface.rs LinuxKMS: Add initial support for software rendering with Skia 2024-01-07 11:54:29 +01:00
textlayout.rs Work around crash on macOS when rendering certain emojis 2024-02-29 23:12:56 +01:00
vulkan_surface.rs Skia: Clean up pre present notify callback API 2024-01-04 10:35:09 +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.