slint/internal/renderers/skia
Olivier Goffart c0cac46009 Add --generate-link-to-definition in the docs of all our published crate
This is a nice nightly rustdoc feature and we should make use of it
2025-06-06 21:47:36 +02:00
..
LICENSES Simplify commercial license (#3063) 2024-05-31 14:06:17 +02:00
build.rs Skia: Use software rendering by default on Windows (#7934) 2025-03-25 10:04:49 +01:00
cached_image.rs Skia: Delegate texture import to the surface trait 2025-05-05 15:34:52 +02:00
Cargo.toml Add --generate-link-to-definition in the docs of all our published crate 2025-06-06 21:47:36 +02:00
d3d_surface.rs Skia: Improve multi-window rendering resource consumption (#8304) 2025-04-29 18:58:09 +02:00
itemrenderer.rs Skia: Delegate texture import to the surface trait 2025-05-05 15:34:52 +02:00
lib.rs Clean up cfgs for Apple operating systems 2025-05-09 20:54:47 +02:00
metal_surface.rs Skia: Improve multi-window rendering resource consumption (#8304) 2025-04-29 18:58:09 +02:00
opengl_surface.rs Skia: Delegate texture import to the surface trait 2025-05-05 15:34:52 +02:00
README.md Simplify commercial license (#3063) 2024-05-31 14:06:17 +02:00
software_surface.rs Skia: Improve multi-window rendering resource consumption (#8304) 2025-04-29 18:58:09 +02:00
textlayout.rs Fixed text input on Android, fixed for older Android versions (#7204) 2025-01-03 11:18:33 +01:00
vulkan_surface.rs Skia: Bump ash and vulkano dependencies 2025-06-04 07:04:13 +00: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.