slint/internal/backends/winit
Simon Hausmann 06f7f76b69 Reduce the renderer interface further in the winit backend
Move the canvas into the renderer entirely as interior state.

This complicates the implementation but paves the way for an easy-to-use API.
2022-12-09 09:03:27 +01:00
..
LICENSES Rename the backend-gl crate into backend-winit 2022-07-26 17:43:51 +02:00
renderer Reduce the renderer interface further in the winit backend 2022-12-09 09:03:27 +01:00
build.rs switch to yeslogic-fontconfig-sys from servo-fontconfig 2022-10-05 15:21:54 +02:00
Cargo.toml Minimize the WinitCompatibleRenderer trait a little 2022-12-09 09:03:27 +01:00
event_loop.rs Move WindowEvent, PointerEventButton and Key to the platform module 2022-11-24 11:34:28 +01:00
glcontext.rs Reduce the renderer interface further in the winit backend 2022-12-09 09:03:27 +01:00
glwindow.rs Reduce the renderer interface further in the winit backend 2022-12-09 09:03:27 +01:00
lib.rs Reduce the renderer interface further in the winit backend 2022-12-09 09:03:27 +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.