# 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-renderer-skia" version = "1.8.0" authors = ["Slint Developers "] build = "build.rs" autobins = false autoexamples = false autotests = false autobenches = false description = "Skia based renderer 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_renderer_skia" path = "lib.rs" [dependencies.ash] version = "^0.37.2" optional = true [dependencies.cfg-if] version = "1" [dependencies.const-field-offset] version = "0.1" [dependencies.derive_more] version = "0.99.17" [dependencies.glow] version = "0.13" [dependencies.glutin] version = "0.32.0" features = [ "egl", "wgl", ] default-features = false [dependencies.i-slint-common] version = "=1.8.0" features = ["default"] default-features = false [dependencies.i-slint-core] version = "=1.8.0" features = [ "default", "box-shadow-cache", ] default-features = false [dependencies.i-slint-core-macros] version = "=1.8.0" features = ["default"] default-features = false [dependencies.lyon_path] version = "1.0" [dependencies.once_cell] version = "1.5" [dependencies.pin-weak] version = "1" [dependencies.raw-window-handle] version = "0.6" features = ["std"] [dependencies.scoped-tls-hkt] version = "0.1" [dependencies.skia-safe] version = "0.78.0" features = [ "textlayout", "gl", ] [dependencies.unicode-segmentation] version = "1.8.0" [dependencies.vtable] version = "0.2" default-features = false [dependencies.vulkano] version = "0.34.0" optional = true default-features = false [build-dependencies.cfg_aliases] version = "0.2.0" [features] default = [] kms = ["softbuffer/kms"] opengl = [] vulkan = [ "skia-safe/vulkan", "ash", "vulkano", ] wayland = [ "glutin/wayland", "softbuffer/wayland", "softbuffer/wayland-dlopen", ] x11 = [ "glutin/x11", "glutin/glx", "softbuffer/x11", "softbuffer/x11-dlopen", ] [target.'cfg(not(any(target_vendor = "apple", target_family = "windows")))'.dependencies.skia-safe] version = "0.78.0" features = ["gl"] [target.'cfg(not(target_os = "android"))'.dependencies.bytemuck] version = "1.13.1" [target.'cfg(not(target_os = "android"))'.dependencies.softbuffer] version = "0.4.4" default-features = false [target.'cfg(target_family = "windows")'.dependencies.skia-safe] version = "0.78.0" features = ["d3d"] [target.'cfg(target_family = "windows")'.dependencies.windows] version = "0.58.0" features = [ "Win32", "Win32_System_Com", "Win32_Graphics", "Win32_Graphics_Dxgi", "Win32_Graphics_Direct3D12", "Win32_Graphics_Direct3D", "Win32_Foundation", "Win32_Graphics_Dxgi_Common", "Win32_System_Threading", "Win32_Security", ] [target.'cfg(target_vendor = "apple")'.dependencies.cocoa] version = "0.25.0" [target.'cfg(target_vendor = "apple")'.dependencies.core-foundation] version = "0.9.1" [target.'cfg(target_vendor = "apple")'.dependencies.core-graphics-types] version = "0.1.1" [target.'cfg(target_vendor = "apple")'.dependencies.foreign-types] version = "0.5.0" [target.'cfg(target_vendor = "apple")'.dependencies.metal] version = "0.27.0" [target.'cfg(target_vendor = "apple")'.dependencies.objc] version = "0.2.7" [target.'cfg(target_vendor = "apple")'.dependencies.raw-window-metal] version = "1.0" [target.'cfg(target_vendor = "apple")'.dependencies.skia-safe] version = "0.78.0" features = ["metal"]