slint/internal/backends/winit
Simon Hausmann ab051680e5 janitor: Rename GLWindow to WinitWindowAdapter
It's no more an "OpenGL Window", it's the type that adapts winit to our windowing
system abstraction.
2023-04-05 11:04:19 +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 Fix loading of demos in SlintPad 2023-03-31 15:23:55 +02:00
event_loop.rs janitor: Rename GLWindow to WinitWindowAdapter 2023-04-05 11:04:19 +02:00
lib.rs janitor: Rename GLWindow to WinitWindowAdapter 2023-04-05 11:04:19 +02:00
README.md Rename the backend-gl crate into backend-winit 2022-07-26 17:43:51 +02:00
wasm_input_helper.rs Wasm: don't print fake keys in input box 2023-03-09 10:46:03 +01:00
winitwindowadapter.rs janitor: Rename GLWindow to WinitWindowAdapter 2023-04-05 11:04:19 +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.