slint/internal/backends/winit
Olivier Goffart 594131a7ea winit: Enforce the min/max size in the WindowBuilder and set size again for wasm
In previous version, we were setting the constraint with wasm after
the window was shown, but this is no longer the case because we delay
the window creation by an iteration of the event loop.
Now should apply the constraint before showing the window.

But on wasm, we also must manually enforce these constraint because the
size given to the WindowBuilder is not applied
2022-09-06 14:23:58 +02:00
..
LICENSES Rename the backend-gl crate into backend-winit 2022-07-26 17:43:51 +02:00
renderer Skia: Make it possible to explicitly select the OpenGL backend of Skia 2022-09-05 14:07:27 +02:00
build.rs Make sure that skia_backend_opengl is always set on Linux 2022-09-05 14:07:27 +02:00
Cargo.toml Bump version number to 0.3.0 2022-09-06 13:00:22 +02:00
event_loop.rs Remove use of euclid types and tags for logical/physical position and size in the public API 2022-09-02 11:05:53 +02:00
glcontext.rs Skia: Make it possible to explicitly select the OpenGL backend of Skia 2022-09-05 14:07:27 +02:00
glwindow.rs winit: Enforce the min/max size in the WindowBuilder and set size again for wasm 2022-09-06 14:23:58 +02:00
lib.rs Skia: Make it possible to explicitly select the OpenGL backend of Skia 2022-09-05 14:07:27 +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 janitor: Fix some typos 2022-08-29 16:53:47 +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.