slint/internal/backends/winit
Simon Hausmann 11f46906a2 Centralize rust-version in Cargo.toml
Require 1.64 in the workspace and inherit the setting in package
Cargo.toml files.
2022-12-05 12:39:14 +01:00
..
LICENSES Rename the backend-gl crate into backend-winit 2022-07-26 17:43:51 +02:00
renderer With Rust 1.64 we can use core:ffi types instead of depending on libc 2022-12-05 10:33:50 +01:00
build.rs switch to yeslogic-fontconfig-sys from servo-fontconfig 2022-10-05 15:21:54 +02:00
Cargo.toml Centralize rust-version in Cargo.toml 2022-12-05 12:39:14 +01:00
event_loop.rs Move WindowEvent, PointerEventButton and Key to the platform module 2022-11-24 11:34:28 +01:00
glcontext.rs Fix panic in online editor when resizing the preview widget 2022-09-20 10:12:39 +02:00
glwindow.rs Add support for dispatching key events through the public platform API 2022-11-15 10:34:17 +01:00
lib.rs winit: Fix build with the mcu simulator 2022-11-16 09:38:42 +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.