# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies. # # If you are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" rust-version = "1.73" name = "i-slint-backend-linuxkms" version = "1.8.0" authors = ["Slint Developers "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "OpenGL rendering backend for Slint" homepage = "https://slint.dev" readme = "README.md" license = "GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 OR LicenseRef-Slint-Software-3.0" repository = "https://github.com/slint-ui/slint" [lib] name = "i_slint_backend_linuxkms" path = "lib.rs" [dependencies.i-slint-common] version = "=1.8.0" features = ["default"] default-features = false [dependencies.i-slint-core] version = "=1.8.0" features = [ "default", "image-decoders", "svg", ] default-features = false [dependencies.i-slint-renderer-femtovg] version = "=1.8.0" features = ["default"] optional = true default-features = false [dependencies.i-slint-renderer-skia] version = "=1.8.0" features = [ "default", "kms", ] optional = true default-features = false [features] default = [] libseat = ["dep:libseat"] renderer-femtovg = [ "i-slint-renderer-femtovg", "drm", "gbm", "glutin", "raw-window-handle", ] renderer-skia = ["renderer-skia-opengl"] renderer-skia-opengl = [ "i-slint-renderer-skia/opengl", "drm", "gbm", "glutin", "raw-window-handle", "dep:memmap2", ] renderer-skia-vulkan = [ "i-slint-renderer-skia/vulkan", "vulkano", ] renderer-software = [ "i-slint-core/software-renderer-systemfonts", "drm", "dep:bytemuck", "dep:memmap2", ] [target.'cfg(target_os = "linux")'.dependencies.bytemuck] version = "1.13.1" features = ["derive"] optional = true [target.'cfg(target_os = "linux")'.dependencies.calloop] version = "0.14.1" [target.'cfg(target_os = "linux")'.dependencies.drm] version = "0.12.0" optional = true [target.'cfg(target_os = "linux")'.dependencies.gbm] version = "0.15.0" features = ["drm-support"] optional = true default-features = false [target.'cfg(target_os = "linux")'.dependencies.glutin] version = "0.32.0" features = [ "libloading", "egl", ] optional = true default-features = false [target.'cfg(target_os = "linux")'.dependencies.input] version = "0.9.0" [target.'cfg(target_os = "linux")'.dependencies.libseat] version = "0.2.1" optional = true default-features = false [target.'cfg(target_os = "linux")'.dependencies.memmap2] version = "0.9.4" optional = true [target.'cfg(target_os = "linux")'.dependencies.nix] version = "0.29.0" features = [ "fs", "ioctl", ] [target.'cfg(target_os = "linux")'.dependencies.raw-window-handle] version = "0.6.2" optional = true [target.'cfg(target_os = "linux")'.dependencies.vulkano] version = "0.34.0" optional = true default-features = false [target.'cfg(target_os = "linux")'.dependencies.xkbcommon] version = "0.8.0"