slint/internal/backends/linuxkms
Simon Hausmann 5c9eed62f1 Add a new backend that supports rendering fullscreen with Vulkan
This doesn't require a windowing system, just Linux and Vulkan drivers
that supports the display extensions.

It's called linuxkms as soon this will go beyond Vulkan and also support
EGL and perhaps dumb buffers for software rendering.
2023-07-28 13:40:37 +02:00
..
calloop_backend Add a new backend that supports rendering fullscreen with Vulkan 2023-07-28 13:40:37 +02:00
LICENSES Add a new backend that supports rendering fullscreen with Vulkan 2023-07-28 13:40:37 +02:00
skiawindowadapter Add a new backend that supports rendering fullscreen with Vulkan 2023-07-28 13:40:37 +02:00
calloop_backend.rs Add a new backend that supports rendering fullscreen with Vulkan 2023-07-28 13:40:37 +02:00
Cargo.toml Add a new backend that supports rendering fullscreen with Vulkan 2023-07-28 13:40:37 +02:00
lib.rs Add a new backend that supports rendering fullscreen with Vulkan 2023-07-28 13:40:37 +02:00
noop_backend.rs Add a new backend that supports rendering fullscreen with Vulkan 2023-07-28 13:40:37 +02:00
README.md Add a new backend that supports rendering fullscreen with Vulkan 2023-07-28 13:40:37 +02:00
skiawindowadapter.rs Add a new backend that supports rendering fullscreen with Vulkan 2023-07-28 13:40:37 +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.