slint/internal/backends/winit
Simon Hausmann 18bf24e7bf cleanup: simplify access to the winit window
We can now return a reference.
2022-12-06 14:15:56 +01:00
..
LICENSES Rename the backend-gl crate into backend-winit 2022-07-26 17:43:51 +02:00
renderer cleanup: simplify access to the winit window 2022-12-06 14:15:56 +01:00
build.rs switch to yeslogic-fontconfig-sys from servo-fontconfig 2022-10-05 15:21:54 +02:00
Cargo.toml Port to new major glutin version 2022-12-06 14:15:56 +01:00
event_loop.rs Move WindowEvent, PointerEventButton and Key to the platform module 2022-11-24 11:34:28 +01:00
glcontext.rs Port to new major glutin version 2022-12-06 14:15:56 +01:00
glwindow.rs cleanup: simplify access to the winit window 2022-12-06 14:15:56 +01:00
lib.rs cleanup: simplify access to the winit window 2022-12-06 14:15:56 +01:00
README.md Rename the backend-gl crate into backend-winit 2022-07-26 17:43:51 +02:00
wasm_input_helper.rs Move WindowEvent, PointerEventButton and Key to the platform module 2022-11-24 11:34:28 +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.