slint/internal/backends/winit
Olivier Goffart e4994f9e9a femtovg renderer: don't draw svg if they are empty
Otherwise computing the fit_size will lead to NaN and then panic.

The size is empty in the wasm case when loading an html image and it
isn't loaded yet. We will be called again because the htmlimage has an
internal property that will be changed when it is loaded
2022-10-27 09:38:47 +02:00
..
LICENSES Rename the backend-gl crate into backend-winit 2022-07-26 17:43:51 +02:00
renderer femtovg renderer: don't draw svg if they are empty 2022-10-27 09:38:47 +02:00
build.rs switch to yeslogic-fontconfig-sys from servo-fontconfig 2022-10-05 15:21:54 +02:00
Cargo.toml Bump various dependencies 2022-10-26 18:01:29 +02:00
event_loop.rs Change internal MouseEvent to use logical points 2022-10-13 17:02:18 +02:00
glcontext.rs Fix panic in online editor when resizing the preview widget 2022-09-20 10:12:39 +02:00
glwindow.rs Use Property<LogicalLength> instead of Property<Coord> 2022-10-24 12:49:37 +02:00
lib.rs Use a builtin function to access the dark-style 2022-10-19 15:23:41 +02:00
README.md Rename the backend-gl crate into backend-winit 2022-07-26 17:43:51 +02:00
wasm_input_helper.rs Fix the cursor position when receiving composition update events 2022-10-20 12:37:28 +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.