slint/internal/backends/winit
Simon Hausmann 8ffb5131c7
Introduce error handling in the FemtoVG and Skia renderers (#2402)
Avoid unwrap() and expect() and instead propagate errors all the way
down to run_event_loop(), show(), and hide() in the Slint AIP.
2023-03-24 14:18:11 +01:00
..
LICENSES Extract the FemtoVG renderer into a separate crate 2023-03-06 11:45:28 +01:00
renderer Introduce error handling in the FemtoVG and Skia renderers (#2402) 2023-03-24 14:18:11 +01:00
build.rs Fix build with RUST_FONTCONFIG_DLOPEN 2023-03-06 16:40:26 +01:00
Cargo.toml Fix support on GLX displays with FemtoVG 2023-03-23 15:36:42 +01:00
event_loop.rs Introduce error handling in the FemtoVG and Skia renderers (#2402) 2023-03-24 14:18:11 +01:00
glwindow.rs Introduce error handling in the FemtoVG and Skia renderers (#2402) 2023-03-24 14:18:11 +01:00
lib.rs Introduce error handling in the FemtoVG and Skia renderers (#2402) 2023-03-24 14:18:11 +01: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

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.