slint/internal/renderers/skia
Simon Hausmann 155b1443e2 Add support for reacting to dark/light mode theme changes with winit
On macOS and Windows, use winit's `Window::theme()` instead of
dark-light, to detect the theme.

Always react to WindowEvent::ThemeChange. It's delivered on macOS,
Windows, and the web.
2023-02-17 16:11:44 +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 Add support for reacting to dark/light mode theme changes with winit 2023-02-17 16:11:44 +01:00
d3d_surface.rs Move the Skia renderer into a separate crate 2022-12-09 17:04:54 +01:00
itemrenderer.rs Simplify path event extraction 2023-01-21 13:10:19 +01:00
lib.rs Simplify path event extraction 2023-01-21 13:10:19 +01:00
metal_surface.rs Move the Skia renderer into a separate crate 2022-12-09 17:04:54 +01:00
opengl_surface.rs Improved fix for panic when using OpenGL with the winit backend on Linux 2023-02-09 16:16:36 +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.