slint/internal/backends/winit
2023-05-09 15:55:35 +02:00
..
LICENSES Extract the FemtoVG renderer into a separate crate 2023-03-06 11:45:28 +01:00
renderer Winit software renderer: Fix transparent background 2023-05-03 19:29:51 +02:00
build.rs Initial support for rendering with Skia and Vulkan 2023-05-09 08:58:35 +02:00
Cargo.toml Feature: Add copy/paste listener on Wasm (#2703) 2023-05-09 15:55:35 +02:00
event_loop.rs winit: Add API to provide access to the event loop and the winit Window 2023-04-24 12:59:06 +02:00
lib.rs Initial support for rendering with Skia and Vulkan 2023-05-09 08:58:35 +02:00
README.md
wasm_input_helper.rs Feature: Add copy/paste listener on Wasm (#2703) 2023-05-09 15:55:35 +02:00
winitwindowadapter.rs winit: Fix rendering into a given canvas element 2023-04-28 16:47:31 +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.