slint/internal/backends/winit
Simon Hausmann 04262414b1 winit: Fix documentation for the crate
Despite this being an internal crate, provide some better docs and links
so that we _can_ recommend folks to use it.
2023-04-24 12:59:06 +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 winit: Fix documentation for the crate 2023-04-24 12:59:06 +02:00
event_loop.rs janitor: Rename GLWindow to WinitWindowAdapter 2023-04-05 11:04:19 +02:00
lib.rs winit: Fix documentation for the crate 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 Wasm: don't print fake keys in input box 2023-03-09 10:46:03 +01:00
winitwindowadapter.rs winit: Adjust the window size to satisfy changed min/max constraints 2023-04-21 16:06:34 +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.