slint/internal/backends/winit
Simon Hausmann 0475b91daf skia: Simplify renderer API
Remove the generic window handle owner part of the API. Instead assume
that the caller provides safety for the given window handles, like we do
for FemtoVG and like softbuffer does it in its public API.
2023-05-11 10:42:09 +02:00
..
LICENSES Extract the FemtoVG renderer into a separate crate 2023-03-06 11:45:28 +01:00
renderer skia: Simplify renderer API 2023-05-11 10:42:09 +02:00
build.rs Initial support for rendering with Skia and Vulkan 2023-05-09 08:58:35 +02:00
Cargo.toml janitor: Prospective fix for docs.rs build for next release 2023-05-10 19:34:17 +02:00
event_loop.rs winit: Create a winit window at renderer creation time 2023-05-11 10:42:09 +02:00
lib.rs winit: Cleanup, move the winit window out of the individual renderers 2023-05-11 10:42:09 +02:00
README.md Rename the backend-gl crate into backend-winit 2022-07-26 17:43:51 +02:00
wasm_input_helper.rs Fixup copy/paste support 2023-05-09 20:59:37 +02:00
winitwindowadapter.rs winit: Cleanup, move the winit window out of the individual renderers 2023-05-11 10:42:09 +02: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.