slint/internal/backends/winit
Simon Hausmann dbe9f33bb4 janitor: Fix warning about unused functions/modules when compiling with Skia and D3d or Metal
When using Metal or D3D, we don't need the glcontext module.
2022-09-22 14:35:17 +02:00
..
LICENSES Rename the backend-gl crate into backend-winit 2022-07-26 17:43:51 +02:00
renderer janitor: remove obsolete commit 2022-09-22 13:14:01 +02:00
build.rs Rename the backend feature flags 2022-09-07 17:11:57 +02:00
Cargo.toml Skia: Fix text cursor at end of text and in empty text inputs 2022-09-22 09:04:27 +02:00
event_loop.rs Fix panic in online editor when resizing the preview widget 2022-09-20 10:12:39 +02:00
glcontext.rs Fix panic in online editor when resizing the preview widget 2022-09-20 10:12:39 +02:00
glwindow.rs Rename RequestedSize to WindowSize and RequestedPosition to WindowPosition (#1640) 2022-09-14 12:59:53 +02:00
lib.rs janitor: Fix warning about unused functions/modules when compiling with Skia and D3d or Metal 2022-09-22 14:35:17 +02:00
README.md Rename the backend-gl crate into backend-winit 2022-07-26 17:43:51 +02:00
stylemetrics.rs Rename the backend-gl crate into backend-winit 2022-07-26 17:43:51 +02:00
wasm_input_helper.rs Fix errors and warnings in the wasm build 2022-09-07 10:13:58 +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.