slint/internal/backends/winit
2023-04-26 11:33:16 +02:00
..
LICENSES Extract the FemtoVG renderer into a separate crate 2023-03-06 11:45:28 +01:00
renderer Fix error messages when supplying invalid sizes to Skia and FemtoVG 2023-03-27 12:47:31 +02:00
build.rs Speed up Linux builds 2023-03-28 11:32:59 +02:00
Cargo.toml Bump version number to 1.0.2 2023-04-26 11:33:16 +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 Seal the WinitWindowAccessor trait 2023-04-24 12:59:06 +02:00
README.md Rename the backend-gl crate into backend-winit 2022-07-26 17:43:51 +02:00
wasm_input_helper.rs winit: Add API to provide access to the event loop and the winit Window 2023-04-24 12:59:06 +02:00
winitwindowadapter.rs winit: Add API to provide access to the event loop and the winit Window 2023-04-24 12:59:06 +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.