slint/internal/backends/winit
Simon Hausmann fe4a434ce4 Remove the WindowAdapter from the renderer constructor
This allows disentangling the native window creation from the renderer
creation, which is rather ugly and complicated on the C++ side.
2023-05-21 14:40:43 +02:00
..
LICENSES Extract the FemtoVG renderer into a separate crate 2023-03-06 11:45:28 +01:00
renderer Remove the WindowAdapter from the renderer constructor 2023-05-21 14:40:43 +02:00
build.rs Initial support for rendering with Skia and Vulkan 2023-05-09 08:58:35 +02:00
Cargo.toml Move the shared font database to core 2023-05-19 10:40:51 +02:00
event_loop.rs Platform: Add a Resized event and use that to convey the changes in size (#2759) 2023-05-21 12:12:30 +02:00
lib.rs Remove the WindowAdapter from the renderer constructor 2023-05-21 14:40:43 +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: Fixup Copy/paste 2023-05-16 22:41:38 +02:00
winitwindowadapter.rs Remove the WindowAdapter from the renderer constructor 2023-05-21 14:40:43 +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.