# 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" name = "i-slint-backend-gl" version = "0.2.5" authors = ["Slint Developers "] description = "OpenGL rendering backend for Slint" homepage = "https://slint-ui.com" readme = "README.md" license = "GPL-3.0-only OR LicenseRef-Slint-commercial" repository = "https://github.com/slint-ui/slint" resolver = "2" [lib] path = "lib.rs" [dependencies.by_address] version = "1.0.4" [dependencies.cfg-if] version = "1" [dependencies.const-field-offset] version = "0.1" [dependencies.copypasta] version = "0.8.1" default-features = false [dependencies.dark-light] version = "0.2.2" [dependencies.derive_more] version = "0.99.5" [dependencies.euclid] version = "0.22.1" [dependencies.femtovg] version = "0.3.5" [dependencies.fontdb] version = "0.9.0" default-features = false [dependencies.i-slint-common] version = "=0.2.5" [dependencies.i-slint-core] version = "=0.2.5" [dependencies.i-slint-core-macros] version = "=0.2.5" [dependencies.image] version = "0.24.0" features = [ "png", "jpeg", ] default-features = false [dependencies.imgref] version = "1.6.1" [dependencies.lyon_path] version = "0.17.3" [dependencies.once_cell] version = "1.5" [dependencies.pin-weak] version = "1" [dependencies.resvg] version = "0.23" optional = true default-features = false [dependencies.rgb] version = "0.8.27" [dependencies.scoped-tls-hkt] version = "0.1" [dependencies.tiny-skia] version = "0.6" optional = true default-features = false [dependencies.ttf-parser] version = "0.15.0" [dependencies.unicode-script] version = "0.5.4" [dependencies.usvg] version = "0.23" features = ["text"] optional = true default-features = false [dependencies.vtable] version = "0.1.6" [dependencies.winit] version = "0.26" default-features = false [features] default = ["svg"] rtti = ["i-slint-core/rtti"] svg = [ "resvg", "usvg", "tiny-skia", ] wayland = [ "winit/wayland", "glutin/wayland", "copypasta/wayland", ] x11 = [ "winit/x11", "glutin/x11", "copypasta/x11", ] [target."cfg(not(any(target_family = \"windows\", target_os = \"macos\", target_os = \"ios\", target_arch = \"wasm32\")))".dependencies.libc] version = "0.2" [target."cfg(not(any(target_family = \"windows\", target_os = \"macos\", target_os = \"ios\", target_arch = \"wasm32\")))".dependencies.servo-fontconfig] version = "0.5" features = ["force_system_lib"] [target."cfg(not(target_arch = \"wasm32\"))".dependencies.fontdb] version = "0.9.0" features = [ "memmap", "fontconfig", ] [target."cfg(not(target_arch = \"wasm32\"))".dependencies.glutin] version = "0.28" default-features = false [target."cfg(not(target_arch = \"wasm32\"))".dependencies.usvg] version = "0.23" features = [ "text", "memmap-fonts", ] optional = true default-features = false [target."cfg(target_arch = \"wasm32\")".dependencies.wasm-bindgen] version = "0.2" [target."cfg(target_arch = \"wasm32\")".dependencies.web-sys] version = "0.3" features = [ "console", "WebGlContextAttributes", "CanvasRenderingContext2d", "HtmlInputElement", "HtmlCanvasElement", "Window", "Document", "CssStyleDeclaration", "Event", "KeyboardEvent", "InputEvent", "CompositionEvent", ] [target."cfg(target_family = \"windows\")".dependencies.dwrote] version = "0.11.0" [target."cfg(target_family = \"windows\")".dependencies.winapi] version = "0.3" features = ["dwrite"] [target."cfg(target_os = \"macos\")".dependencies.cocoa] version = "0.24.0" [target."cfg(target_os = \"macos\")".dependencies.core-foundation] version = "0.9.1" [target."cfg(target_os = \"macos\")".dependencies.core-text] version = "19.1.0"