slint/internal/backends/linuxkms
Simon Hausmann 4d23bcdd97 LinuxKMS: Replace the use of panic with eprintln/std::process::exit
As suggested by Olivier, That's a little cleaner than panicing. There's
no reason to panic, this is normal :-)
2024-01-12 17:32:56 +01:00
..
calloop_backend linuxkms: decouple event loop from window adapter (#4144) 2023-12-12 13:06:36 +01:00
display LinuxKMS: Replace the use of panic with eprintln/std::process::exit 2024-01-12 17:32:56 +01:00
LICENSES Update license symlinks 2023-08-16 11:46:15 +02:00
renderer Minor cleanup 2024-01-08 09:56:14 +01:00
calloop_backend.rs LinuxKMS: Remove set_event_loop_quit_on_last_window_closed implementation 2024-01-12 10:05:02 +01:00
Cargo.toml Add support for compiling the linuxkms backend without libseat support 2023-12-11 17:36:17 +01:00
display.rs LinuxKMS: Add initial support for software rendering with Skia 2024-01-07 11:54:29 +01:00
drmoutput.rs LinuxKMS: Replace the use of panic with eprintln/std::process::exit 2024-01-12 17:32:56 +01:00
fullscreenwindowadapter.rs LinuxKMS: Not only print the name of the renderer, also print the resolution 2024-01-12 16:07:29 +01:00
lib.rs LinuxKMS: Add initial support for software rendering with Skia 2024-01-07 11:54:29 +01:00
mouse-pointer.svg linuxkms: Tweak mouse cursor appearance 2023-07-31 20:11:15 +02:00
noop_backend.rs Add basic support for libseat 2023-07-28 13:40:37 +02:00
README.md Janitor: linuxkms: slint-ui.com -> slint.dev 2023-10-11 08:28:31 +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.