slint/internal/backends/winit
Simon Hausmann f5bbca9fce Remove default_font_size() from internal winit renderer interface
Replace register_root_component in the WindowAdapterSealed altogether with
a default font size getter on the renderer.

This is overall simpler and allows removing the doc-hidden getter in the software renderer.
2022-12-09 09:03:27 +01:00
..
LICENSES Rename the backend-gl crate into backend-winit 2022-07-26 17:43:51 +02:00
renderer Remove default_font_size() from internal winit renderer interface 2022-12-09 09:03:27 +01:00
build.rs switch to yeslogic-fontconfig-sys from servo-fontconfig 2022-10-05 15:21:54 +02:00
Cargo.toml Minimize the WinitCompatibleRenderer trait a little 2022-12-09 09:03:27 +01:00
event_loop.rs Move WindowEvent, PointerEventButton and Key to the platform module 2022-11-24 11:34:28 +01:00
glcontext.rs Reduce the renderer interface further in the winit backend 2022-12-09 09:03:27 +01:00
glwindow.rs Remove default_font_size() from internal winit renderer interface 2022-12-09 09:03:27 +01:00
lib.rs Remove default_font_size() from internal winit renderer interface 2022-12-09 09:03:27 +01:00
README.md Rename the backend-gl crate into backend-winit 2022-07-26 17:43:51 +02:00
wasm_input_helper.rs Move WindowEvent, PointerEventButton and Key to the platform module 2022-11-24 11:34:28 +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.